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

cairoUserFontFaceCreate

cairoUserFontFaceCreate


Description

Creates a new user font-face.

Usage

cairoUserFontFaceCreate()

Details

Use the setter functions to associate callbacks with the returned user font. The only mandatory callback is render_glyph.

After the font-face is created, the user can attach arbitrary data (the actual font data) to it using cairoFontFaceSetUserData and access it from the user-font callbacks by using cairoScaledFontGetFontFace followed by cairoFontFaceGetUserData. Since 1.8

Value

[CairoFontFace] a newly created CairoFontFace.

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.