Class GlyfTable
public class GlyfTable
- Inheritance
-
GlyfTable
- Inherited Members
Constructors
GlyfTable(ReadOnlyMemory<byte>, LocaTable)
public GlyfTable(ReadOnlyMemory<byte> data, LocaTable loca)
Parameters
dataReadOnlyMemory<byte>locaLocaTable
Methods
TryGetGlyph(int, out GlyphShape)
Returns a glyph shape by slicing the raw memory using loca table offsets.
public bool TryGetGlyph(int glyphIndex, out GlyphShape shape)
Parameters
glyphIndexintshapeGlyphShape