Class HorizontalMetrixClass
Inheritance
System.Object
HorizontalMetrixClass
Assembly: FastReport.dll
Syntax
public class HorizontalMetrixClass : TrueTypeTable
Constructors
HorizontalMetrixClass(TrueTypeTable)
Declaration
public HorizontalMetrixClass(TrueTypeTable src)
Parameters
Fields
numberOfMetrics
Declaration
public ushort numberOfMetrics
Field Value
Type |
Description |
System.UInt16 |
|
Properties
Item[Int32]
Declaration
public HorizontalMetrixClass.longHorMetric this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
RepackWithDictionary(ref Dictionary<UInt16, GlyphChar>, Int32)
Declaration
public void RepackWithDictionary(ref Dictionary<ushort, GlyphChar> dict, int source_glyph_count)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.UInt16, GlyphChar> |
dict |
|
System.Int32 |
source_glyph_count |
|