Class PdfCIDFont
A dictionary that contains information about a CIDFont program.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfCIDFont : PdfDictionary, IEnumerable
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.
Constructors
PdfCIDFont(PdfObjectId, PdfFontSubTypeEnum, String)
Declaration
public PdfCIDFont(PdfObjectId objectId, PdfFontSubTypeEnum subType, string baseFont)
Parameters
PdfObjectId
objectId
|
PdfFontSubTypeEnum
subType
|
System.String
baseFont
|