Click or drag to resize

SautinSoft.Pdf.Content.Text Namespace

Contains classes and structures that implement PDF text, which represents characters using glyphs from fonts, and fonts as defined in the PDF Specification ISO 32000-1:2008, in section "9 Text". The base class for all PDF fonts is PdfBasicFont. You can access PDF fonts using the GetFont method of PdfTextFormat.
Classes
 ClassDescription
Public classPdfBasicFont 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.
Structures
 StructureDescription
Public structurePdfEncodedContentString Represents a sequence of character codes, with optionally individually positioned glyphs, that represent a text in a PDF content stream encoded by a PdfBasicFont.