![]() |
![]() |
![]() |
![]() |
Convert a font ID to a font name for backwards compatibility
uchar_t * PfConvertFontID( FontID *ptsID );
ph
PfConvertFontID() converts the font ID pointed to by ptsID into a font name. This function can be used for backwards compatibility with the older Pf API.
![]() |
PfConvertFontID() doesn't check to see if ptsID is NULL, due to the way this routine is used. |
A version of the font identifier that the older Pf API can understand.
![]() |
The return type/value could change in future releases of Photon. |
See PfFindFont().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PfDecomposeStemToID(), PfFindFont(), PfFontDescription(), PfFontFlags(), PfFontSize(), PfFreeFont(), PfGenerateFontName(),
Fonts chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |