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

PfFontSize()

Get the point size of a font

Synopsis:

uint32_t PfFontSize( FontID * ptsID );

Library:

ph

Description:

PfFontSize() gets the point size associated with the font ID pointed to by ptsID. This routine doesn't verify that ptsID is non-NULL.

Returns:

The point size of the font.

Examples:

See PfFindFont().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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

Fonts chapter of the Photon Programmer's Guide


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