[Previous] [Contents] [Index] [Next]

PfFontFlags()

Get the flags for a font

Synopsis:

uint32_t PfFontFlags( FontID *ptsID );

Library:

ph

Description:

PfFontFlags() gets the flags associated with the font ID pointed to by ptsID. The flags can be any of the following:

Returns:

A 32-bit value containing the flags for this FontID.

Examples:

See PfFindFont().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PfConvertFontID(), PfDecomposeStemToID(), PfFindFont(), PfFontDescription(), PfFontSize(), PfFreeFont(), PfGenerateFontName()

Fonts chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]