DioDocs for PDF
GlyphWidths 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : GlyphWidths 列挙体
Specifies the preferred glyph widths (generally used in CJKV fonts).
シンタックス
'宣言
 
Public Enum GlyphWidths 
   Inherits System.Enum
public enum GlyphWidths : System.Enum 
メンバ
メンバ解説
AlternateHalfWidthsRespace glyphs designed to be set on full-em widths, fitting them onto half-em widths using the 'halt' font feature.
DefaultDon't apply any special glyph-width features.
FullWidthsReplace glyphs set on other widths with glyphs set on full (usually em) widths using the 'fwid' font feature.
HalfWidthsReplace glyphs other than half an em, with glyphs on half-em (en) widths using the 'hwid' font feature.
ProportionalAlternateWidthsRespace glyphs designed to be set on full-em widths, fitting them onto individual (more or less proportional) horizontal widths ('palt').
ProportionalWidthsReplace glyphs set on uniform widths (typically full or half-em) with proportionally spaced glyphs using the 'pwid' font feature.
QuarterWidthsReplace glyphs on other widths with glyphs set on widths of one quarter of an em using the 'qwid' font feature.
ThirdWidthsReplace 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

参照

GrapeCity.Documents.Text 名前空間