This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Set active font DLL context options
#include <font_api.h> int PfSetOptionsDll( fontdll_t dll, char const * options, char const * schema );
font
This function applies options to an instantiated DLL context. Since this font instance is active, all options changes may not be permitted. Legal options are identical to those support by the font server. Some options may not be relevant to a DLL instance of the font server. If this function is invoked on a DLL context, with an active font instance, it is up to the font instance as to whether or not an option should be applied.
See the example for PfAllocRenderCx().
Photon
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
PfAttachLocalDll(), fontadmin.
Fonts chapter of the Photon Programmer's Guide