PgMiscellaneous.lookupAliases

Warning pango_lookup_aliases has been deprecated since version 1.32 and should not be used in newly-written code. This function is not thread-safe. Look up all user defined aliases for the alias fontname. The resulting font family names will be stored in families, and the number of families in n_families.

class PgMiscellaneous
static
void
lookupAliases
(
string fontname
,
out string[] families
)

Parameters

fontname string

an ascii string

families string[]

will be set to an array of font family names. this array is owned by pango and should not be freed. out[array length=n_families]

Meta