Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoFontFaceListSizes

pangoFontFaceListSizes


Description

List the available sizes for a font. This is only applicable to bitmap fonts. For scalable fonts, stores NULL at the location pointed to by sizes and 0 at the location pointed to by n.sizes. The sizes returned are in Pango units and are sorted in ascending order.

Usage

pangoFontFaceListSizes(object)

Arguments

Details

Since 1.4

Value

A list containing the following elements:

sizes

[integer] location to store a pointer to a list of int. This list should be freed with gFree().

n.sizes

[integer] location to store the number of elements in sizes

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.