Class XmpFontStruct
Font Structure.
Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class XmpFontStruct : XmpStructure
  Properties
ChildFontFiles
Gets the list of file names for the fonts that make up a composite font.
Declaration
public XmpArray ChildFontFiles { get; }
  Property Value
| Type | 
|---|
| XmpArray | 
Composite
Gets or sets a value indicating whether this XmpFontStruct is composite.
Declaration
public bool Composite { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
FontFace
Gets or sets the font face name.
Declaration
public string FontFace { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The font face.  | 
      
FontFamily
Gets or sets the font family.
Declaration
public string FontFamily { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The font family.  | 
      
FontFileName
Gets or sets the name of the font file.
Declaration
public string FontFileName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the font file.  | 
      
FontName
Gets or sets the name of the font.
Declaration
public string FontName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the font.  | 
      
FontType
Gets or sets the type of the font.
Declaration
public string FontType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The type of the font.  | 
      
StructurePrefix
Gets prefix of the structure
Declaration
protected override string StructurePrefix { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
StructureURI
Gets name pf the structure.
Declaration
protected override string StructureURI { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
VersionString
Gets or sets the version string.
Declaration
public string VersionString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The version string.  | 
      
Methods
InitializeEntities()
Initializes structure.
Declaration
protected override void InitializeEntities()