Name | Description | |
---|---|---|
![]() | PdfFont | Initializes a new instance of the PdfFont class. |
Name | Description | |
---|---|---|
![]() | StandardFontsCount | Defines a count of standard fonts. |
Name | Description | |
---|---|---|
![]() | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | CharCode32IsSpace | Gets a value indicating whether character with code 32 is space. |
![]() | Document | Gets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | FontBBox | Gets a rectangle, expressed in the glyph coordinate system, specifying the font bounding box. |
![]() | FontName | Gets the font name. |
![]() | FontProgramResource | Gets a PdfResource instance that contains the font program. |
![]() | FontProgramSize | Gets the size, in bytes, of the font program, or, in case of Type3 font, the total length of streams that describe font symbols. |
![]() | FontProgramType | Gets a font program type. |
![]() | FontType | Gets the font type. |
![]() | IndirectReference | Gets the reference to an indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsChanged | Gets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase) |
![]() | IsExternal | Gets a value indicating whether this font has external font program. |
![]() | IsFullyDefined | Gets a value indicating whether the font is fully defined, i.e. font has no references to the other sources. |
![]() | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsNew | Gets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase) |
![]() | IsVertical | Gets a value indicating whether this font is vertical. |
![]() | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
![]() | StandardFontType | Gets the type of the standard font. |
Name | Description | |
---|---|---|
![]() | CanEncodeText | Determines whether this font can encode the specified text. |
![]() | ConvertFromUnicodeCharacter | Converts the character in the Unicode encoding to the character code in font encoding. |
![]() | ConvertFromUnicodeString | Converts a Unicode string to the character codes in the font encoding. |
![]() | ConvertToUnicodeCharacter | Converts the character code in the font encoding to the character in Unicode encoding. |
![]() | ConvertToUnicodeString | Overloaded. Converts the character code in the font encoding to the string with Unicode encoding. |
![]() | CreateCopy | Overloaded. Creates copy of this font instance into the specified document. |
![]() | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
![]() | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | GetCharacterToGlyphMap | Returns a dictionary, which maps Unicode characters, which are present in font, to the character codes in the font encoding. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by |
![]() | GetSymbolWidth | Returns the symbol width. |
![]() | IsFontProgramSubsetOf | Returns a value indicating whether font program of this font is subset of specified font program. |
![]() | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | ToString | Returns a System.String that represents this instance. |