L_VecGetFontMapper

Summary

Gets the font mapper assigned to a vector handle. This function is available in the LEADTOOLS Vector Imaging Toolkit.

Syntax

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecGetFontMapper(pVector, ppFontMapper );

Parameters

pVECTORHANDLE pVector

Pointer to the vector handle for which to get the font mapper.

pVECTORFONTMAPPERCALLBACK *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

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_VecSetFontMapper.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.