Class PdfTrueTypeFont
Inherited Members
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfTrueTypeFont : PdfFont, IEnumerable
Constructors
PdfTrueTypeFont(PdfObjectId, String, String)
Declaration
public PdfTrueTypeFont(PdfObjectId objectId, string fontName, string baseFont)
Parameters
PdfObjectId
objectId
A unique object number. |
System.String
fontName
The name by which the font is reference in the Font subdictionary |
System.String
baseFont
The PostScript name of the font. |
Properties
Descriptor
Sets the font descriptor.
Declaration
public PdfFontDescriptor Descriptor { set; }
Property Value
PdfFontDescriptor
|
Encoding
Sets a value representing the character encoding.
Declaration
public PdfName Encoding { set; }
Property Value
PdfName
|
FirstChar
Sets the first character code defined in the font's widths array
Declaration
public PdfNumeric FirstChar { set; }
Property Value
PdfNumeric
The default value is 0. |
LastChar
Sets the last character code defined in the font's widths array
Declaration
public PdfNumeric LastChar { set; }
Property Value
PdfNumeric
The default value is 255. |
Widths
Sets the array of character widths.
Declaration
public PdfArray Widths { set; }
Property Value
PdfArray
|