STATICTEXT Structure

Microchip Graphics Library

Microchip Graphics Library
STATICTEXT Structure
C
typedef struct {
  OBJ_HEADER hdr;
  SHORT textHeight;
  XCHAR * pText;
} STATICTEXT;
Overview

Defines the parameters required for a Static Text Object.

Members
Members 
Description 
OBJ_HEADER hdr; 
Generic header for all Objects (see OBJ_HEADER). 
SHORT textHeight; 
Pre-computed text height. 
XCHAR * pText; 
The pointer to text used. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved