Class PdfType1Font
public class PdfType1Font : PdfSimpleFont<Type1Font>
- Inheritance
-
PdfType1Font
- Inherited Members
Methods
AddFontStream(PdfDictionary)
If the embedded flag is false or if the font is one of the 14 built in types, it returns null , otherwise the font is read and output in a PdfStream object.
protected override void AddFontStream(PdfDictionary fontDescriptor)
Parameters
fontDescriptor
PdfDictionary
ContainsGlyph(int)
public override bool ContainsGlyph(int unicode)
Parameters
unicode
int
Returns
Flush()
public override void Flush()
GetGlyph(int)
public override Glyph GetGlyph(int unicode)
Parameters
unicode
int
Returns
IsBuiltInFont()
protected override bool IsBuiltInFont()
Returns
IsSubset()
public override bool IsSubset()
Returns
SetSubset(bool)
public override void SetSubset(bool subset)
Parameters
subset
bool