XFont Class
Provides information about the fonts available to ABCpdf.
System.Object
WebSupergoo.ABCpdf8.XFont
Method
Description
S»
FindAll
Find all the fonts currently installed on the system.
S»
FindFamily
Find all the fonts belonging to a particular family.
S»
FindFamilyNames
Find the names of all font families.
S»
FindByName
Find all the fonts with the specified name.
S»
FindByStyle
Find a font from a specific family, with a given style.
TextWidth
Extract the text width, in 1000ths of a PDF unit.
Unload
Unloads a font so that it is no longer available.
Property
Description
Weight
The weight of the font.
Italic
Whether the font is in an italic style.
FixedPitch
Whether the font is in a fixed pitch (rather than proportional) style.
Script
Whether the font is in a script style.
Serif
Whether the font is in a serif style.
Name
The complete human readable name of the font.
FamilyName
The name of the family to which the font belongs.
PostScriptName
The name the font will be known by on a PostScript printer.
Names
The complete set of names by which this font is known.
Baseline
The baseline of the font in thousandths of a unit.
Widths
The widths of the characters in the font.