Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Pdf.Text Namespace
    In This Topic
    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
    ClassRepresents a CID-keyed font of unknown type.
    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.
    ClassRepresents 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.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies various characteristics of the font.
    EnumerationDefines possible font stretch values.
    EnumerationDefines possible font weight values.
    See Also