forked from SchemaStore/schemastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-module-svg-text.xml
13 lines (10 loc) · 1.54 KB
/
css-module-svg-text.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<CssModule name="SVG Text" standard-reference="http://www.w3.org/TR/SVG11/text.html" status="REC" pub-date="2011-08-16">
<CssProperty name="glyph-orientation-horizontal" version="3.0" restriction="angle" description="Sets or retrieves a value that alters the orientation of a sequence of characters relative to an inline-progression-direction of horizontal." standard-reference="http://www.w3.org/TR/SVG11/text.html#GlyphOrientationHorizontalProperty" />
<CssProperty name="glyph-orientation-vertical" version="3.0" restriction="angle, enum" description="Sets or retrieves a value that alters the orientation of a sequence of characters relative to an inline-progression-direction of vertical." standard-reference="http://www.w3.org/TR/SVG11/text.html#GlyphOrientationVerticalProperty">
<entry value="auto" description="Sets the orientation based on the fullwidth or non-fullwidth characters and the most common orientation." />
</CssProperty>
<CssProperty name="kerning" version="3.0" restriction="length, enum" description="Indicates whether the user agent should adjust inter-glyph spacing based on kerning tables that are included in the relevant font or instead disable auto-kerning and set inter-character spacing to a specific length." standard-reference="http://www.w3.org/TR/SVG11/text.html#KerningProperty">
<entry value="auto" description="Indicates that the user agent should adjust inter-glyph spacing based on kerning tables that are included in the font that will be used." />
</CssProperty>
</CssModule>