cairoUserFontFaceGetTextToGlyphsFunc {RGtk2}R Documentation

cairoUserFontFaceGetTextToGlyphsFunc

Description

Gets the text-to-glyphs conversion function of a user-font.

Usage

cairoUserFontFaceGetTextToGlyphsFunc(font.face)

Arguments

font.face

[CairoFontFace] A user font face

Details

Since 1.8

Value

[cairo_user_scaled_font_text_to_glyphs_func_t] The text_to_glyphs callback of font.face or NULL if none set or an error occurred.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]