Class TTFontData
Assembly: Reportman.Drawing.dll
Syntax
Constructors
TTFontData()
Declaration
Fields
Ascent
Declaration
Field Value
AvgWidth
Declaration
Field Value
CacheWidths
Declaration
public SortedList<char, GlyphInfo> CacheWidths
Field Value
CapHeight
Declaration
Field Value
Descent
Declaration
Field Value
DescriptorIndex
Declaration
public long DescriptorIndex
Field Value
EmHeight
Declaration
Field Value
Embedded
Declaration
Field Value
Encoding
Declaration
Field Value
FaceName
Declaration
Field Value
FirstLoaded
Declaration
Field Value
Flags
Declaration
Field Value
FontBBox
Declaration
public Rectangle FontBBox
Field Value
FontData
Declaration
public AdvFontData FontData
Field Value
FontDatas
Declaration
public static SortedList<string, AdvFontData> FontDatas
Field Value
FontFamily
Declaration
Field Value
FontStretch
Declaration
public string FontStretch
Field Value
FontWeight
Declaration
Field Value
Glyphs
Declaration
public SortedList<char, int> Glyphs
Field Value
HaveKerning
Declaration
Field Value
Height
Declaration
Field Value
IsBold
Declaration
Field Value
IsItalic
Declaration
Field Value
IsUnicode
Declaration
Field Value
ItalicAngle
Declaration
public double ItalicAngle
Field Value
Kernings
Declaration
public SortedList<ulong, int> Kernings
Field Value
LastLoaded
Declaration
Field Value
Leading
Declaration
Field Value
LineSpacing
Declaration
Field Value
LogFont
Declaration
Field Value
MaxWidth
Declaration
Field Value
ObjectIndex
Declaration
Field Value
ObjectIndexParent
Declaration
public long ObjectIndexParent
Field Value
ObjectName
Declaration
Field Value
PostcriptName
Declaration
public string PostcriptName
Field Value
StemV
Declaration
Field Value
StyleName
Declaration
Field Value
ToUnicodeIndex
Declaration
public long ToUnicodeIndex
Field Value
Type1
Declaration
Field Value
UnitsPerEM
Declaration
Field Value
Widths
Declaration
public SortedList<char, double> Widths
Field Value
glyphsInfo
Declaration
public SortedList<int, GlyphInfo> glyphsInfo
Field Value