DioDocs for PDF
FontFlags 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : FontFlags 列挙体
Various flags describing the font.
シンタックス
'宣言
 
Public Enum FontFlags 
   Inherits System.Enum
public enum FontFlags : System.Enum 
メンバ
メンバ解説
BoldCharacters are emboldened.
BoldItalicBit mask for Bold and Italic flags.
CannotEmbedIndicates if the font is prohibited for embedding.
CannotSubsetIndicates if the font can not be serialized as a subset of the source font data.
CollectionIndicates if the font was loaded from .ttc or .otc font collection.
CompressedIndicates if the font is in WOFF format.
DisableHintingPrevents executing TrueType instructions.
FixedPitchFalse if the font is proportionally spaced, True if the font is not proportionally spaced (i.e. monospaced).
HasMathTableFor internal use only.
HollowHollow (outlined) characters, otherwise they are solid.
ItalicFont contains italic or oblique characters, otherwise they are upright.
ItalicOrObliqueBit mask for Italic and Oblique flags.
LastResortIf set, indicates that the glyphs encoded in the cmap subtables are simply generic symbolic representations of code point ranges and don’t truly represent support for those code points.
LongOffsetsFor internal use only.
NegativeCharacters have their foreground and background reversed.
NoBitmapCachePrevents using bitmap glyph cache and OpenType embedded bitmaps.
NoGlyphInstructionsIndicates if the TrueType font has no glyph instructions.
NoneNo flags are set.
ObliqueFont contains oblique characters.
PermissionToEmbedGrantedIndicates that the developer of the software has obtained explicit permission from the legal owner of the font to embed it in documents produced by the software.
PostScriptIndicates if the font contains PostScript outlines.
RequiredTablesFor internal use only.
StrikeoutCharacters are overstruck.
UnderscoreCharacters are underscored.
VerticalGets a value indicating if this is a vertical font.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.FontFlags

参照

GrapeCity.Documents.Text 名前空間