Class NameTableClass
Name table keep human friendly description about font properties, including font names, author and copyright notes
Inheritance
System.Object
NameTableClass
Assembly: FastReport.dll
public class NameTableClass : TrueTypeTable, ICollection, IEnumerable
Constructors
Declaration
public NameTableClass(TrueTypeTable src)
Parameters
Properties
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ICollection this[NameTableClass.NameID Index] { get; }
Parameters
Property Value
Type |
Description |
System.Collections.ICollection |
|
Declaration
public Dictionary<NameTableClass.NameID, List<string>> NamesDict { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<NameTableClass.NameID, System.Collections.Generic.List<System.String>> |
|
Declaration
public object SyncRoot { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
Declaration
public void CopyTo(Array array, int index)
Parameters
Type |
Name |
Description |
System.Array |
array |
|
System.Int32 |
index |
|
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|