drawGlyphs

open fun drawGlyphs(font: Font, glyphs: GlyphString, x: Int, y: Int)

Draws the glyphs in @glyphs with the specified PangoRenderer.

Since

1.8

Parameters

font

a PangoFont

glyphs

a PangoGlyphString

x

X position of left edge of baseline, in user space coordinates in Pango units.

y

Y position of left edge of baseline, in user space coordinates in Pango units.