pangoFontDescriptionSetVariant {RGtk2}R Documentation

pangoFontDescriptionSetVariant

Description

Sets the variant field of a font description. The PangoVariant can either be PANGO_VARIANT_NORMAL or PANGO_VARIANT_SMALL_CAPS.

Usage

pangoFontDescriptionSetVariant(object, variant)

Arguments

object

a PangoFontDescription

variant

the variant type for the font description.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]