Glyph Constructor

public Glyph();
public Glyph(TextCore.Glyph glyph);
public Glyph(uint index, TextCore.GlyphMetrics metrics, TextCore.GlyphRect glyphRect);
public Glyph(uint index, TextCore.GlyphMetrics metrics, TextCore.GlyphRect glyphRect, float scale, int atlasIndex);

Parameters

glyph Glyph used as a reference for the new glyph.
index The index of the glyph in the font file.
metrics The metrics of the glyph.
glyphRect The GlyphRect defining the position of the glyph in the atlas texture.
scale The relative scale of the glyph.
atlasIndex The index of the atlas texture that contains the glyph.

Description

Constructor for a new glyph.

Did you find this page useful? Please give it a rating: