pangoLayoutGetFontDescription {RGtk2}R Documentation

pangoLayoutGetFontDescription

Description

Gets the font description for the layout, if any.

Usage

pangoLayoutGetFontDescription(object)

Arguments

object [PangoLayout] a PangoLayout

Details

Since 1.8

Value

[PangoFontDescription] a pointer to the layout's font description, or NULL if the font description from the layout's context is inherited.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]