RadControls for WinForms

A Type 0 font is a composite font whose glyphs are obtained from a font like object called a CIDFont (a descendant font).

Namespace: Telerik.Pdf
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class PdfType0Font : PdfFont
Visual Basic
Public Class PdfType0Font _
	Inherits PdfFont

Remarks

All versions of the PDF specification up to and including version 1.4 only support a single descendant font.

Inheritance Hierarchy

System..::..Object
  Telerik.Pdf..::..PdfObject
    Telerik.Pdf..::..PdfDictionary
      Telerik.Pdf..::..PdfFont
        Telerik.Pdf..::..PdfType0Font

See Also