L_VecGetFontMapper
#include "lvkrn.h"
L_LVKRN_API L_INT L_VecGetFontMapper(pVector, *ppFontMapper );
pVECTORHANDLE pVector; |
/* pointer to a vector handle */ |
pVECTORFONTMAPPERCALLBACK *ppFontMapper; |
/* pointer to a font mapper callback */ |
Gets the font mapper assigned to a vector handle. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.
Parameter |
Description |
pVector |
Pointer to the vector handle for which to get the font mapper. |
ppFontMapper |
Pointer to a pointer to a callback function used to handle the font mapping. The callback function must adhere to the function prototype described in VECTORFONTMAPPERCALLBACK. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
|
Example
For an example, refer to L_VecSetFontMapper.