GlyphConstructor

매뉴얼로 전환
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);

파라미터

glyphGlyph used as a reference for the new glyph.
indexThe index of the glyph in the font file.
metricsThe metrics of the glyph.
glyphRectThe GlyphRect defining the position of the glyph in the atlas texture.
scaleThe relative scale of the glyph.
atlasIndexThe index of the atlas texture that contains the glyph.

설명

Constructor for a new glyph.