Class XmpFontStruct
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Font Structure.
public class XmpFontStruct : XmpStructure
- Inheritance
-
XmpFontStruct
- Inherited Members
Properties
ChildFontFiles
Gets the list of file names for the fonts that make up a composite font.
public XmpArray ChildFontFiles { get; }
Property Value
Composite
Gets or sets a value indicating whether this XmpFontStruct is composite.
public bool Composite { get; set; }
Property Value
- bool
trueif composite; otherwise,false.
FontFace
Gets or sets the font face name.
public string FontFace { get; set; }
Property Value
- string
The font face.
FontFamily
Gets or sets the font family.
public string FontFamily { get; set; }
Property Value
- string
The font family.
FontFileName
Gets or sets the name of the font file.
public string FontFileName { get; set; }
Property Value
- string
The name of the font file.
FontName
Gets or sets the name of the font.
public string FontName { get; set; }
Property Value
- string
The name of the font.
FontType
Gets or sets the type of the font.
public string FontType { get; set; }
Property Value
- string
The type of the font.
StructurePrefix
Gets prefix of the structure
protected override string StructurePrefix { get; }
Property Value
StructureURI
Gets name pf the structure.
protected override string StructureURI { get; }
Property Value
VersionString
Gets or sets the version string.
public string VersionString { get; set; }
Property Value
- string
The version string.
Methods
InitializeEntities()
Initializes structure.
protected override void InitializeEntities()