RenderGlyph

RenderGlyph(IFont, uint)

Återger glyph.

public void RenderGlyph(IFont font, uint glyphIndex)
ParameterTypBeskrivning
fontIFontTeckensnittet som innehåller glyfen.
glyphIndexUInt32Fysiskt glyfindex inuti teckensnitt. Observera att detta inte är en unicode.

Se även


RenderGlyph(IFont, uint, TransformationMatrix)

Återger glyph.

public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
ParameterTypBeskrivning
fontIFontTeckensnittet som innehåller glyfen.
glyphIndexUInt32Fysiskt glyfindex inuti teckensnitt. Observera att detta inte är en unicode.
glyphPlacementMatrixTransformationMatrixMatris som appliceras på glyfkoordinater.

Se även


RenderGlyph(IFont, GlyphId)

Återger glyph.

public void RenderGlyph(IFont font, GlyphId glyphId)
ParameterTypBeskrivning
fontIFontTeckensnittet som innehåller glyfen.
glyphIdGlyphIdFysiskt glyfindex inuti teckensnitt. Observera att detta inte är en unicode.

Se även


RenderGlyph(IFont, GlyphId, TransformationMatrix)

Återger glyph.

public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
ParameterTypBeskrivning
fontIFontTeckensnittet som innehåller glyfen.
glyphIdGlyphIdFysiskt glyfindex inuti teckensnitt. Observera att detta inte är en unicode.
glyphPlacementMatrixTransformationMatrixMatris som appliceras på glyfkoordinater.

Se även


RenderGlyph(IFont, GlyphId, Glyph, TransformationMatrix)

Återger glyph, ett syfte med denna överbelastade version - att användas med cache för glyphs.

public void RenderGlyph(IFont font, GlyphId glyphId, Glyph glyph, 
    TransformationMatrix glyphPlacementMatrix)
ParameterTypBeskrivning
fontIFontTeckensnittet som innehåller glyfen.
glyphIdGlyphIdFysiskt glyfindex inuti teckensnitt. Observera att detta inte är en unicode.
glyphGlyphGlyf för att återge.
glyphPlacementMatrixTransformationMatrixMatris som appliceras på glyfkoordinater.

Se även