Inheritance
System.Object
FontHeaderClass
Assembly: FastReport.dll
public class FontHeaderClass : TrueTypeTable
Constructors
Declaration
public FontHeaderClass(FontHeaderClass src)
Parameters
Declaration
public FontHeaderClass(TrueTypeTable src)
Parameters
Properties
Declaration
public ulong CreatedDateTime { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Declaration
public ushort Flags { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public short FontDirectionHint { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public FontHeaderClass.IndexToLoc indexToLocFormat { get; set; }
Property Value
Declaration
public ushort LowestRecPPEM { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort MacStyle { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ulong ModifiedDateTime { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Declaration
public ushort unitsPerEm { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public short xMax { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short xMin { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short yMax { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short yMin { get; }
Property Value
Type |
Description |
System.Int16 |
|