Class GlyphTableClass
Table with encoded glyphs' outline
Inheritance
System.Object
GlyphTableClass
Assembly: FastReport.dll
Syntax
public class GlyphTableClass : TrueTypeTable
Constructors
GlyphTableClass(TrueTypeTable)
Declaration
public GlyphTableClass(TrueTypeTable src)
Parameters
Properties
GlypsPtr
Declaration
public long GlypsPtr { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
CheckGlyph(FontStream, Int32, Int32)
Declaration
public ArrayList CheckGlyph(FontStream stream, int glyph_offset, int glyph_size)
Parameters
Type |
Name |
Description |
FontStream |
stream |
|
System.Int32 |
glyph_offset |
|
System.Int32 |
glyph_size |
|
Returns
Type |
Description |
System.Collections.ArrayList |
|
Declaration
public FastGraphicsPath GetGlyph(FontStream stream, int glyph_offset, ushort glyph_data_size, float font_rsize, PointF position, IndexToLocationClass index_to_location, FontHeaderClass font_header, out GlyphTableClass.GlyphHeader gheader)
Parameters
Returns