Retrieve render buffer details
#include <font_api.h> int PfAllocDetailsCx( struct _Pf_ctrl * context, char const ** name, long * size );
font
This function retrieves the shared memory path and size of the render buffer associated with a font context. If the render buffer was allocated from the heap, the function sets name to NULL.
See the example for PfAttachDllCx().
Photon
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
Fonts chapter of the Photon Programmer's Guide