GemBox.Pdf.Content.Text Namespace
Contains classes and structures that implement PDF text (representing characters with glyphs from fonts) and fonts as specified in the PDF Specification ISO 32000-1:2008, section '9 Text'. The base class of all PDF fonts is PdfBasicFont. PDF font can be accessed via the GetFont method of PdfTextFormat.
Classes
PdfBasicFont | Represents a base class for a font contained in a PdfDocument. A font is represented in PDF as a dictionary specifying the type of font, its PostScript name, its encoding, and information that can be used to provide a substitute when the font program is not available. Optionally, the font program can be embedded as a stream object in the PDF file. |
Structs
PdfEncodedContentString | Represents a sequence of character codes, with optionally individually positioned glyphs, that represent a text in a PDF content stream encoded by a PdfBasicFont. |