Name |
Description |
ExternalHelper |
PDFsharp internal stuff. For more information see Andrew Schulman "Undocumented PDFsharp" :-)) |
FontData |
Represents a TrueType font in memory. |
FontData.OffsetTable |
Represents the font offset table. |
FontDescriptor |
Base class for all font descriptors. |
FontDescriptorStock |
Global table of TrueType fontdescriptor objects. |
FontDescriptorStock.FontSelector |
A collection of information that uniquely idendifies a particular font. Used to map XFont to PdfFont. There is a one to one relationship between a FontSelector and a TrueType/OpenType file. |
GenericFontTable |
Generic font table. Not yet used |
GlyphDataTable |
This table contains information that describes the glyphs in the font in the TrueType outline format. Information regarding the rasterizer (scaler) refers to the TrueType rasterizer. |
IRefFontTable |
Represents an indirect reference to an existing font table in a font image. Used to create binary copies of an existing font table that is not modified. |
IndexToLocationTable |
The indexToLoc table stores the offsets to the locations of the glyphs in the font, relative to the beginning of the glyphData table. In order to compute the length of the last glyph element, there is an extra entry after the last valid index. |
TableTagNames |
TrueType font table names. |
TrueTypeDescriptor |
The TrueType font desriptor. |
TrueTypeFontTable |
Base class for all TrueType fonts. |
TrueTypeFontWriter |
Represents a writer for True Type font files. |