CONTAINERTEXTDATA

Summary

The CONTAINERTEXTDATA structure holds information on a text object.

Syntax

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

Members

L_INT nSize

Size of this structure.

L_TCHAR * pszText

Null-terminated text string.

L_UINT32 cbLength

The length of the text string.

RECT 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 API Help

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