RenderGlyph
Inhalt
[
Ausblenden
]RenderGlyph(IFont, uint)
Rendert Glyphe.
public void RenderGlyph(IFont font, uint glyphIndex)
Parameter | Typ | Beschreibung |
---|---|---|
font | IFont | Die Schriftart, die die Glyphe enthält. |
glyphIndex | UInt32 | Physischer Glyphenindex innerhalb der Schriftart. Beachten Sie, dass dies kein Unicode ist. |
Siehe auch
- interface IFont
- interface IGlyphRenderer
- namensraum Aspose.Font.Renderers
- Montage Aspose.Font
RenderGlyph(IFont, uint, TransformationMatrix)
Rendert Glyphe.
public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
Parameter | Typ | Beschreibung |
---|---|---|
font | IFont | Die Schriftart, die die Glyphe enthält. |
glyphIndex | UInt32 | Physischer Glyphenindex innerhalb der Schriftart. Beachten Sie, dass dies kein Unicode ist. |
glyphPlacementMatrix | TransformationMatrix | Matrix, die auf Glyphenkoordinaten angewendet wird. |
Siehe auch
- interface IFont
- class TransformationMatrix
- interface IGlyphRenderer
- namensraum Aspose.Font.Renderers
- Montage Aspose.Font
RenderGlyph(IFont, GlyphId)
Rendert Glyphe.
public void RenderGlyph(IFont font, GlyphId glyphId)
Parameter | Typ | Beschreibung |
---|---|---|
font | IFont | Die Schriftart, die die Glyphe enthält. |
glyphId | GlyphId | Physischer Glyphenindex innerhalb der Schriftart. Beachten Sie, dass dies kein Unicode ist. |
Siehe auch
- interface IFont
- class GlyphId
- interface IGlyphRenderer
- namensraum Aspose.Font.Renderers
- Montage Aspose.Font
RenderGlyph(IFont, GlyphId, TransformationMatrix)
Rendert Glyphe.
public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
Parameter | Typ | Beschreibung |
---|---|---|
font | IFont | Die Schriftart, die die Glyphe enthält. |
glyphId | GlyphId | Physischer Glyphenindex innerhalb der Schriftart. Beachten Sie, dass dies kein Unicode ist. |
glyphPlacementMatrix | TransformationMatrix | Matrix, die auf Glyphenkoordinaten angewendet wird. |
Siehe auch
- interface IFont
- class GlyphId
- class TransformationMatrix
- interface IGlyphRenderer
- namensraum Aspose.Font.Renderers
- Montage Aspose.Font
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)
Parameter | Typ | Beschreibung |
---|---|---|
font | IFont | Die Schriftart, die die Glyphe enthält. |
glyphId | GlyphId | Physischer Glyphenindex innerhalb der Schriftart. Beachten Sie, dass dies kein Unicode ist. |
glyph | Glyph | Zu rendernde Glyphe. |
glyphPlacementMatrix | TransformationMatrix | Matrix, die auf Glyphenkoordinaten angewendet wird. |
Siehe auch
- interface IFont
- class GlyphId
- class Glyph
- class TransformationMatrix
- interface IGlyphRenderer
- namensraum Aspose.Font.Renderers
- Montage Aspose.Font