pangoRendererDrawGlyph {RGtk2}R Documentation

pangoRendererDrawGlyph

Description

Draws a single glyph with coordinates in device space.

Usage

pangoRendererDrawGlyph(object, font, glyph, x, y)

Arguments

object

a PangoRenderer

font

a PangoFont

glyph

the glyph index of a single glyph

x

X coordinate of left edge of baseline of glyph

y

Y coordinate of left edge of baseline of glyph

Details

Since 1.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]