Version: 2021.2

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 包含字形的图集纹理的索引。

描述

新字形的构造函数。