'Declaration Public Enum GlyphWidths Inherits System.Enum
public enum GlyphWidths : System.Enum
'Declaration Public Enum GlyphWidths Inherits System.Enum
public enum GlyphWidths : System.Enum
Member | Description |
---|---|
AlternateHalfWidths | Respace glyphs designed to be set on full-em widths, fitting them onto half-em widths using the 'halt' font feature. |
Default | Don't apply any special glyph-width features. |
FullWidths | Replace glyphs set on other widths with glyphs set on full (usually em) widths using the 'fwid' font feature. |
HalfWidths | Replace glyphs other than half an em, with glyphs on half-em (en) widths using the 'hwid' font feature. |
ProportionalAlternateWidths | Respace glyphs designed to be set on full-em widths, fitting them onto individual (more or less proportional) horizontal widths ('palt'). |
ProportionalWidths | Replace glyphs set on uniform widths (typically full or half-em) with proportionally spaced glyphs using the 'pwid' font feature. |
QuarterWidths | Replace glyphs on other widths with glyphs set on widths of one quarter of an em using the 'qwid' font feature. |
ThirdWidths | Replace glyphs on other widths with glyphs set on widths of one third of an em using the 'twid' font feature. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.GlyphWidths