pangoCairoContextGetFontOptions {RGtk2}R Documentation

pangoCairoContextGetFontOptions

Description

Retrieves any font rendering options previously set with pangoCairoFontMapSetFontOptions(). This functions not report options that are derived from the target surface by pangoCairoUpdateContext

Usage

pangoCairoContextGetFontOptions(context)

Arguments

context [PangoContext] a PangoContext, from pangoCairoFontMapCreateContext

Value

[CairoFontOptions] the font options previously set on the context, or NULL if no options have been set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]