Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkDrawGlyphs

gdkDrawGlyphs


Description

This is a low-level function; 99% of text rendering should be done using gdkDrawLayout instead.

Usage

gdkDrawGlyphs(object, gc, font, x, y, glyphs)

Arguments

object

a GdkDrawable

gc

a GdkGC

font

font to be used

x

X coordinate of baseline origin

y

Y coordinate of baseline origin

glyphs

the glyph string to draw

Details

A glyph is a single image in a font. This function draws a sequence of glyphs. To obtain a sequence of glyphs you have to understand a lot about internationalized text handling, which you don't want to understand; thus, use gdkDrawLayout instead of this function, gdkDrawLayout handles the details.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.