pangoFontFindShaper {RGtk2}R Documentation

pangoFontFindShaper

Description

Finds the best matching shaper for a font for a particular language tag and character point.

Usage

pangoFontFindShaper(object, language, ch)

Arguments

object [PangoFont] a PangoFont
language [PangoLanguage] the language tag
ch [numeric] the ISO-10646 character code.

Value

[PangoEngineShape] the best matching shaper.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]