RenderGlyph

RenderGlyph(IFont, uint)

渲染字形。

public void RenderGlyph(IFont font, uint glyphIndex)
范围类型描述
fontIFont包含字形的字体。
glyphIndexUInt32字体内的物理字形索引。请注意,这不是 unicode。

也可以看看


RenderGlyph(IFont, uint, TransformationMatrix)

渲染字形。

public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
范围类型描述
fontIFont包含字形的字体。
glyphIndexUInt32字体内的物理字形索引。请注意,这不是 unicode。
glyphPlacementMatrixTransformationMatrix应用于字形坐标的矩阵。

也可以看看


RenderGlyph(IFont, GlyphId)

渲染字形。

public void RenderGlyph(IFont font, GlyphId glyphId)
范围类型描述
fontIFont包含字形的字体。
glyphIdGlyphId字体内的物理字形索引。请注意,这不是 unicode。

也可以看看


RenderGlyph(IFont, GlyphId, TransformationMatrix)

渲染字形。

public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
范围类型描述
fontIFont包含字形的字体。
glyphIdGlyphId字体内的物理字形索引。请注意,这不是 unicode。
glyphPlacementMatrixTransformationMatrix应用于字形坐标的矩阵。

也可以看看


RenderGlyph(IFont, GlyphId, Glyph, TransformationMatrix)

渲染字形,这是这个重载版本的一个目标 - 与字形缓存一起使用。

public void RenderGlyph(IFont font, GlyphId glyphId, Glyph glyph, 
    TransformationMatrix glyphPlacementMatrix)
范围类型描述
fontIFont包含字形的字体。
glyphIdGlyphId字体内的物理字形索引。请注意,这不是 unicode。
glyphGlyph要渲染的字形。
glyphPlacementMatrixTransformationMatrix应用于字形坐标的矩阵。

也可以看看