Struct GlyphSubstitutionClass.Coverage2
Assembly: FastReport.dll
Syntax
public struct Coverage2 : GlyphSubstitutionClass.Coverage
Constructors
Coverage2(UInt16, GlyphSubstitutionClass.RangeRecord[])
Declaration
public Coverage2(ushort glyphCount, GlyphSubstitutionClass.RangeRecord[] rangeRecords)
Parameters
Fields
GlyphCount
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
RangeRecords
Declaration
public GlyphSubstitutionClass.RangeRecord[] RangeRecords
Field Value
Methods
GetFirstGlyph()
Declaration
public ushort GetFirstGlyph()
Returns
Type |
Description |
System.UInt16 |
|
GetGlyphs()
Declaration
public ushort[] GetGlyphs()
Returns
Type |
Description |
System.UInt16[] |
|
IsSubstituteGetIndex(UInt16)
Declaration
public int IsSubstituteGetIndex(ushort ch)
Parameters
Type |
Name |
Description |
System.UInt16 |
ch |
|
Returns
Type |
Description |
System.Int32 |
|
Implements