[]
        
(Showing Draft Content)

C1.WinUI.Viewer.C1WinUICanvasGraphics.DrawGlyphRun

DrawGlyphRun Method

DrawGlyphRun(double, double, int, IntPtr, IntPtr, IntPtr, IntPtr, Color, IC1TextRangeBase, C1TextLayout, string)

Declaration
public override void DrawGlyphRun(double baselineOriginX, double baselineOriginY, int glyphCount, IntPtr glyphIndices, IntPtr glyphAdvances, IntPtr glyphOffsets, IntPtr clusterMap, Color foreColor, IC1TextRangeBase range, C1TextLayout textLayout, string text)
Public Overrides Sub DrawGlyphRun(baselineOriginX As Double, baselineOriginY As Double, glyphCount As Integer, glyphIndices As IntPtr, glyphAdvances As IntPtr, glyphOffsets As IntPtr, clusterMap As IntPtr, foreColor As Color, range As IC1TextRangeBase, textLayout As C1TextLayout, text As String)
Parameters
Type Name Description
double baselineOriginX
double baselineOriginY
int glyphCount
IntPtr glyphIndices
IntPtr glyphAdvances
IntPtr glyphOffsets
IntPtr clusterMap
Color foreColor
IC1TextRangeBase range
C1TextLayout textLayout
string text