gdkGCSetFont: gdkGCSetFont

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

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

1
gdkGCSetFont(object, font)

Arguments

object

a GdkGC.

font

the new font.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkGCSetFont in RGtk2...