RenderGlyph

RenderGlyph(IFont, uint)

Rendert Glyphe.

public void RenderGlyph(IFont font, uint glyphIndex)
ParameterTypBeschreibung
fontIFontDie Schriftart, die die Glyphe enthält.
glyphIndexUInt32Physischer Glyphenindex innerhalb von Font. Beachten Sie, dass dies kein Unicode ist.

Siehe auch


RenderGlyph(IFont, uint, TransformationMatrix)

Rendert Glyphe.

public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
ParameterTypBeschreibung
fontIFontDie Schriftart, die die Glyphe enthält.
glyphIndexUInt32Physischer Glyphenindex innerhalb von Font. Beachten Sie, dass dies kein Unicode ist.
glyphPlacementMatrixTransformationMatrixMatrix, die auf Glyphenkoordinaten angewendet wird.

Siehe auch


RenderGlyph(IFont, GlyphId)

Rendert Glyphe.

public void RenderGlyph(IFont font, GlyphId glyphId)
ParameterTypBeschreibung
fontIFontDie Schriftart, die die Glyphe enthält.
glyphIdGlyphIdPhysischer Glyphenindex innerhalb von Font. Beachten Sie, dass dies kein Unicode ist.

Siehe auch


RenderGlyph(IFont, GlyphId, TransformationMatrix)

Rendert Glyphe.

public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
ParameterTypBeschreibung
fontIFontDie Schriftart, die die Glyphe enthält.
glyphIdGlyphIdPhysischer Glyphenindex innerhalb von Font. Beachten Sie, dass dies kein Unicode ist.
glyphPlacementMatrixTransformationMatrixMatrix, die auf Glyphenkoordinaten angewendet wird.

Siehe auch


RenderGlyph(IFont, GlyphId, Glyph, TransformationMatrix)

Rendert Glyphe, ein Ziel dieser überladenen Version - zur Verwendung mit Cache für Glyphen.

public void RenderGlyph(IFont font, GlyphId glyphId, Glyph glyph, 
    TransformationMatrix glyphPlacementMatrix)
ParameterTypBeschreibung
fontIFontDie Schriftart, die die Glyphe enthält.
glyphIdGlyphIdPhysischer Glyphenindex innerhalb von Font. Beachten Sie, dass dies kein Unicode ist.
glyphGlyphZu rendernde Glyphe.
glyphPlacementMatrixTransformationMatrixMatrix, die auf Glyphenkoordinaten angewendet wird.

Siehe auch