Class PdfType0Font
A Type 0 font is a composite font whose glyphs are obtained from a font like object called a CIDFont (a descendant font).
Inherited Members
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfType0Font : PdfFont, IEnumerable
Remarks
All versions of the PDF specification up to and including version 1.4 only support a single descendant font.
Constructors
PdfType0Font(PdfObjectId, String, String)
Declaration
public PdfType0Font(PdfObjectId objectId, string fontName, string baseFont)
Parameters
PdfObjectId
objectId
|
System.String
fontName
|
System.String
baseFont
|
Properties
Descendant
Sets the descendant font.
Declaration
public PdfCIDFont Descendant { set; }
Property Value
PdfCIDFont
|
Encoding
Sets a value representing the character encoding.
Declaration
public PdfName Encoding { set; }
Property Value
PdfName
|
ToUnicode
Sets the stream containing a CMap that maps character codes to unicode values.
Declaration
public PdfCMap ToUnicode { set; }
Property Value
PdfCMap
|