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);

参数

glyph用作新字形参考的字形。
index字体文件中字形的索引。
metrics字形的指标。
glyphRect用于定义字形在图集纹理中的位置的 GlyphRect。
scale字形的相对比例。
atlasIndex包含字形的图集纹理的索引。

描述

新字形的构造函数。