RenderGlyph
Innehåll
[
Dölj
]RenderGlyph(IFont, uint)
Återger glyph.
public void RenderGlyph(IFont font, uint glyphIndex)
Parameter | Typ | Beskrivning |
---|---|---|
font | IFont | Teckensnittet som innehåller glyfen. |
glyphIndex | UInt32 | Fysiskt glyfindex inuti teckensnittet. Observera att detta inte är en unicode. |
Se även
- interface IFont
- interface IGlyphRenderer
- namnutrymme Aspose.Font.Renderers
- hopsättning Aspose.Font
RenderGlyph(IFont, uint, TransformationMatrix)
Återger glyph.
public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
Parameter | Typ | Beskrivning |
---|---|---|
font | IFont | Teckensnittet som innehåller glyfen. |
glyphIndex | UInt32 | Fysiskt glyfindex inuti teckensnittet. Observera att detta inte är en unicode. |
glyphPlacementMatrix | TransformationMatrix | Matris som appliceras på glyfkoordinater. |
Se även
- interface IFont
- class TransformationMatrix
- interface IGlyphRenderer
- namnutrymme Aspose.Font.Renderers
- hopsättning Aspose.Font
RenderGlyph(IFont, GlyphId)
Återger glyph.
public void RenderGlyph(IFont font, GlyphId glyphId)
Parameter | Typ | Beskrivning |
---|---|---|
font | IFont | Teckensnittet som innehåller glyfen. |
glyphId | GlyphId | Fysiskt glyfindex inuti teckensnittet. Observera att detta inte är en unicode. |
Se även
- interface IFont
- class GlyphId
- interface IGlyphRenderer
- namnutrymme Aspose.Font.Renderers
- hopsättning Aspose.Font
RenderGlyph(IFont, GlyphId, TransformationMatrix)
Återger glyph.
public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
Parameter | Typ | Beskrivning |
---|---|---|
font | IFont | Teckensnittet som innehåller glyfen. |
glyphId | GlyphId | Fysiskt glyfindex inuti teckensnittet. Observera att detta inte är en unicode. |
glyphPlacementMatrix | TransformationMatrix | Matris som appliceras på glyfkoordinater. |
Se även
- interface IFont
- class GlyphId
- class TransformationMatrix
- interface IGlyphRenderer
- namnutrymme Aspose.Font.Renderers
- hopsättning Aspose.Font
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)
Parameter | Typ | Beskrivning |
---|---|---|
font | IFont | Teckensnittet som innehåller glyfen. |
glyphId | GlyphId | Fysiskt glyfindex inuti teckensnittet. Observera att detta inte är en unicode. |
glyph | Glyph | Glyf för att återge. |
glyphPlacementMatrix | TransformationMatrix | Matris som appliceras på glyfkoordinater. |
Se även
- interface IFont
- class GlyphId
- class Glyph
- class TransformationMatrix
- interface IGlyphRenderer
- namnutrymme Aspose.Font.Renderers
- hopsättning Aspose.Font