PgMiscellaneous.lookupAliases

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.

More...
struct 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.

Detailed Description

Deprecated: This function is not thread-safe.