LVectorBase::EnableFontMapper

Summary

Enable a font mapper for the vector handle.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::EnableFontMapper(bEnable)

Parameters

L_BOOL bEnable

Flag that indicates whether to enable the font mapper. Possible values are:

Value Meaning

| TRUE | ## Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::EnableFontMapper(bEnable). | | FALSE | Do not enable a font mapper for the vector handle. |

Returns

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

Comments

This function will enable or disable a font mapper for the vector handle; the user can modify or replace the font before allowing the toolkit to use it.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::IsFontMapperEnabled.

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++ Class Library Help

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