Struct GlyphSubstitutionClass.Coverage1
Assembly: FastReport.dll
Syntax
public struct Coverage1 : GlyphSubstitutionClass.Coverage
Constructors
Coverage1(UInt16, UInt16[])
Declaration
public Coverage1(ushort glyphCount, ushort[] glyphs)
Parameters
Type |
Name |
Description |
System.UInt16 |
glyphCount |
|
System.UInt16[] |
glyphs |
|
Fields
GlyphCount
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Glyphs
Declaration
Field Value
Type |
Description |
System.UInt16[] |
|
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