Click or drag to resize
PdfTrueTypeFont Class
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfDictionary
      Kettic.PdfPdfFont
        Kettic.PdfPdfTrueTypeFont

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PdfTrueTypeFont : PdfFont

The PdfTrueTypeFont type exposes the following members.

Constructors
  NameDescription
Public methodPdfTrueTypeFont
Top
Properties
  NameDescription
Public propertyDescriptor
Sets the font descriptor.
Public propertyEncoding
Sets a value representing the character encoding.
Public propertyFirstChar
Sets the first character code defined in the font's widths array
Public propertyLastChar
Sets the last character code defined in the font's widths array
Public propertyWidths
Sets the array of character widths.
Top
See Also