gdkGCSetFont {RGtk2}R Documentation

gdkGCSetFont

Description

Sets the font for a graphics context. (Note that all text-drawing functions in GDK take a font argument; the value set here is used when that argument is NULL.) WARNING: gdk_gc_set_font is deprecated and should not be used in newly-written code.

Usage

gdkGCSetFont(object, font)

Arguments

object [GdkGC] a GdkGC.
font [GdkFont] the new font.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]