C# Class PdfSharp.Fonts.TrueType.FontDescriptor

Base class for all font descriptors.
Datei anzeigen Open project: GNOME/pdfmod Class Usage Examples

Protected Properties

Property Type Description
ascender int
capHeight int
descender int
encodingScheme string
familyName string
flags int
fontFile string
fontName string
fontType string
fullName string
isFixedPitch bool
italicAngle float
leading int
stemV int
strikeoutPosition int
strikeoutSize int
underlinePosition int
underlineThickness int
unitsPerEm int
version string
weight string
xHeight int
xMax int
xMin int
yMax int
yMin int

Protected Methods

Method Description
FontDescriptor ( ) : System

Method Details

FontDescriptor() protected method

protected FontDescriptor ( ) : System
return System

Property Details

ascender protected_oe property

protected int ascender
return int

capHeight protected_oe property

protected int capHeight
return int

descender protected_oe property

protected int descender
return int

encodingScheme protected_oe property

protected string encodingScheme
return string

familyName protected_oe property

protected string familyName
return string

flags protected_oe property

protected int flags
return int

fontFile protected_oe property

protected string fontFile
return string

fontName protected_oe property

protected string fontName
return string

fontType protected_oe property

protected string fontType
return string

fullName protected_oe property

protected string fullName
return string

isFixedPitch protected_oe property

protected bool isFixedPitch
return bool

italicAngle protected_oe property

protected float italicAngle
return float

leading protected_oe property

protected int leading
return int

stemV protected_oe property

protected int stemV
return int

strikeoutPosition protected_oe property

protected int strikeoutPosition
return int

strikeoutSize protected_oe property

protected int strikeoutSize
return int

underlinePosition protected_oe property

protected int underlinePosition
return int

underlineThickness protected_oe property

protected int underlineThickness
return int

unitsPerEm protected_oe property

protected int unitsPerEm
return int

version protected_oe property

protected string version
return string

weight protected_oe property

protected string weight
return string

xHeight protected_oe property

protected int xHeight
return int

xMax protected_oe property

protected int xMax
return int

xMin protected_oe property

protected int xMin
return int

yMax protected_oe property

protected int yMax
return int

yMin protected_oe property

protected int yMin
return int