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

PfFontDescription()

Get the foundry name of a font

Synopsis:

uchar_t const * PfFontDescription(
                   FontID * ptsID );

Library:

ph

Description:

PfFontDescription() gets the foundry name specific to the font ID pointed to by ptsID. This routine doesn't check to see if ptsID is non-NULL.

Returns:

The foundry name specific to the FontID, e.g. Comic Sans MS.

Examples:

See PfFindFont().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PfConvertFontID(), PfDecomposeStemToID(), PfFindFont(), PfFontBaseStem(), PfFontFlags(), PfFontSize(), PfFreeFont(), PfGenerateFontName(),

Fonts chapter of the Photon Programmer's Guide


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