L_AnnGetTextFixedSize

Summary

Gets a value that indicates whether the text size changes with scaling.

Syntax

#include "l_bitmap.h"

L_LTANN_API L_INT L_AnnGetTextFixedSize (hObject, pbTextFixedSize)

Parameters

HANNOBJECT hObject

Handle to the annotation object

L_BOOL *pbTextFixedSize

Pointer to a variable to be updated with a value that indicates whether the text size changes with scaling. Possible values are:

Value Meaning
TRUE The text size does not change with scaling.
FALSE The text size changes with scaling. This is the default value.

Returns

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

Comments

The text size of an object is relative to its container object, and the value is interpreted using the container's scaling factors. As a result, when zooming in the text size increases, and when zooming out the text size decreases. This is the default behavior.

In some cases it might be preferable to have the text size of an annotation object remain constant, regardless of the scaling (zooming). To do this, call L_AnnSetTextFixedSize function with the bTextFixedSize parameter set to TRUE.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to L_AnnSetTextFixedSize.

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

LEADTOOLS Raster Imaging C API Help

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