font-variant
In a small-caps font, the glyphs for lowercase letters look similar to the uppercase ones, but in a smaller size and with slightly different proportions. The "font-variant" property requests such a font for bicameral (having two cases, as with Roman script). This property has no visible effect for scripts that are unicameral (having only one case, as with most of the world's writing systems). CSS2 Reference: "font-variant" property
Attribute information
Namespace: None
Schema document: fo.xsd
Type: fo:font-variant
Properties: Local, Unqualified
Value
Valid value Description normal A font that is not labeled as a small-caps font. small-caps A font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font, for example by taking a normal font and replacing the lowercase letters by scaled uppercase characters. As a last resort, unscaled uppercase letter glyphs in a normal font may replace glyphs in a small-caps font so that the text appears in all uppercase letters. inherit
Used in
- Attribute group fo:font-variant
- Anonymous type of element fo:bidi-override via reference to fo:common-font-properties
- Anonymous type of element fo:block via reference to fo:common-font-properties
- Anonymous type of element fo:character via reference to fo:common-font-properties
- Anonymous type of element fo:initial-property-set via reference to fo:common-font-properties
- Anonymous type of element fo:inline via reference to fo:common-font-properties
- Anonymous type of element fo:leader via reference to fo:common-font-properties
- Anonymous type of element fo:page-number via reference to fo:common-font-properties
- Anonymous type of element fo:page-number-citation via reference to fo:common-font-properties
- Anonymous type of element fo:page-number-citation-last via reference to fo:common-font-properties
- Anonymous type of element fo:scaling-value-citation via reference to fo:common-font-properties
- Anonymous type of element fo:title via reference to fo:common-font-properties
- Attribute group fo:common-font-properties via reference to fo:font-variant