Documents for PDF, .NET Edition Documentation
GrapeCity.Documents.Pdf.Text Namespace
Inheritance Hierarchy
GrapeCity.Documents.Pdf Assembly : GrapeCity.Documents.Pdf.Text Namespace
Classes
 ClassDescription
ClassBase abstract class representing CID-keyed font in PDF document.
ClassRepresents a CID-keyed font containing glyph descriptions based on the Adobe Type 1 font format.
ClassRepresents a CID-keyed font containing glyph descriptions based on the TrueType font format
ClassThe base abstract class representing a font in a PDF document. The base abstract class representing a font in a PDF document.
ClassSpecifies metrics and other attributes of a FontSimple or a CIDFont as a whole, as distinct from the metrics of individual glyphs. These font metrics provide information that enables a consumer application to synthesize a substitute font or select a similar font when the font program is unavailable.
ClassThe base abstract class representing a simple font in a PDF document.

See the PDF specification for more info about PDF simple fonts.

ClassRepresents True Type font in PDF document.
ClassReprensets Type0 font in PDF document.
ClassRepresents Type1 font in PDF document.
ClassRepresents Type3 font in PDF document. Type 3 fonts differ from the other fonts supported by PDF. In Type 3 fonts, glyphs are defined by streams of PDF graphics operators. These streams are associated with character names. Note! FontType3 does not support CreateNativeFont method, it returns null.
Interfaces
 InterfaceDescription
InterfaceSpecifies metrics and other attributes of a font.
Enumerations
 EnumerationDescription
EnumerationSpecifies various characteristics of the font.
EnumerationDefines possible font stretch values.
EnumerationDefines possible font weight values.
See Also

Reference

GrapeCity.Documents.Pdf Assembly