VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class
In This Topic
PdfFont Class Methods
In This Topic
For a list of all methods of this type, see PdfFont.
Public Methods
 NameDescription
Public MethodDetermines whether this font can encode the specified text.
Public MethodConverts the character in the Unicode encoding to the character code in font encoding.
Public MethodConverts a Unicode string to the character codes in the font encoding.
Public MethodConverts the character code in the font encoding to the character in Unicode encoding.
Public MethodOverloaded. Converts the character code in the font encoding to the string with Unicode encoding.
Public MethodOverloaded. Creates copy of this font instance.
Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodReturns a dictionary, which maps Unicode characters, which are present in font, to the character codes in the font encoding.
Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
Public MethodReturns the symbol width.
Public MethodReturns a value indicating whether font program of this font is subset of specified font program.
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodSets the Unicode mapping for this PDF font.
Public MethodReturns a System.String that represents this instance.
See Also