Get the point size of a font
uint32_t PfFontSize( FontID * ptsID );
ph
PfFontSize() gets the point size associated with the font ID pointed to by ptsID. This routine doesn't verify that ptsID is non-NULL.
The point size of the font.
See PfFindFont().
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
PfConvertFontID(), PfDecomposeStemToID(), PfFindFont(), PfFontDescription(), PfFontFlags(), PfFreeFont(), PfGenerateFontName(),
Fonts chapter of the Photon Programmer's Guide