Click or drag to resize
PdfCIDFont Class
A dictionary that contains information about a CIDFont program.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfDictionary
      Kettic.PdfPdfCIDFont

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

The PdfCIDFont type exposes the following members.

Constructors
  NameDescription
Public methodPdfCIDFont
Top
Properties
Remarks
A Type 0 CIDFont contains glyph descriptions based on Adobe's Type 1 font format, whereas those in a Type 2 CIDFont are based on the TrueType font format.
See Also