C++ Class Library

The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.

Is this page helpful?

In this page

CONTAINERTEXTDATA

Summary

The CONTAINERTEXTDATA structure holds information on a text object.

Syntax

Copied to clipboard
typedef struct _CONTAINERTEXTDATA 
{ 
   L_INT   nSize; 
   L_TCHAR   * pszText; 
   L_UINT32   cbLength; 
   RECT   rcText; 
    
} CONTAINERTEXTDATA, *pCONTAINERTEXTDATA; 

Members

nSize

Size of this structure.

pszText

Null terminated text string.

cbLength

The length of the text string.

rcText

Structure that contains the coordinates of the rectangle that contains the text.

Comments

The text font and alignment are specified through the CONTAINERMETRICS structure of the container.

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

LEADTOOLS Container and Automation C++ Class Library Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.