Struct GlyphSubstitutionClass.VoidCoverage
Assembly: FastReport.dll
Syntax
public struct VoidCoverage : GlyphSubstitutionClass.Coverage
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