Release resources associated with a font
#include <photon/Pf.h> long PfFreeFont( FontID *ptsID ); #include <font_api.h> long PfFreeFontCx( struct _Pf_ctrl * context, FontID * ptsID );
These functions release all resources bound to the font ID pointed to by ptsID.
PfFreeFontCx(): See the examples for PfConvertFontIDCx(), PfGetGlyphIndexCx(), and PfRenderCx().
PfFreeFont(): See PfFindFont().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
PfConvertFontID(), PfConvertFontIDCx(), PfDecomposeStemToID(), PfDecomposeStemToIDCx(), PfFindFont(), PfFindFontCx(), PfFontDescription(), PfFontDescriptionCx(), PfFontFlags(), PfFontFlagsCx(), PfFontSize(), PfFontSizeCx(), PfGenerateFontName(), PfGenerateFontNameCx(),
Fonts chapter of the Photon Programmer's Guide