eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D STRING API Types Specification
Collaboration diagram for D4D STRING API Types Specification:

Data Structures

struct  D4D_STR_PROPERTIES_S
 The string properties type. This structure contains as Font as Text properties. More...
 
struct  D4D_STRING_S
 The string type. This structure contains all properties about string in eGUI. More...
 

Typedefs

typedef Byte D4D_TEXT_PROPERTIES
 The string text properties type. The masks are described here D4D BASE Defines masks of aligment properties. More...
 
typedef struct D4D_STR_PROPERTIES_S D4D_STR_PROPERTIES
 The string properties type. This structure contains as Font as Text properties. More...
 
typedef struct D4D_STRING_S D4D_STRING
 The string type. This structure contains all properties about string in eGUI. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.


Data Structure Documentation

struct D4D_STR_PROPERTIES_S
Collaboration diagram for D4D_STR_PROPERTIES_S:
Collaboration graph

Data Fields

D4D_FONT_PROPERTIES font_properties
 Font properties structure. More...
 
D4D_TEXT_PROPERTIES text_properties
 Text properties structure. More...
 

Field Documentation

D4D_FONT_PROPERTIES font_properties

Font properties structure.

Definition at line 95 of file d4d_string.h.

D4D_TEXT_PROPERTIES text_properties

Text properties structure.

Definition at line 96 of file d4d_string.h.

struct D4D_STRING_S
Collaboration diagram for D4D_STRING_S:
Collaboration graph

Data Fields

D4D_TCHARpText
 pointer to text array More...
 
D4D_INDEX buffSize
 size of text buffer array More...
 
D4D_FONT fontId
 index of used font More...
 
D4D_STR_PROPERTIESstr_properties
 pointer to string properties More...
 
D4D_INDEX printLen
 Length of string that should be used (printed). More...
 
D4D_INDEX printOff
 Offset of string that should be used (printed). More...
 

Field Documentation

D4D_INDEX buffSize

size of text buffer array

Definition at line 103 of file d4d_string.h.

D4D_FONT fontId

index of used font

Definition at line 104 of file d4d_string.h.

D4D_INDEX printLen

Length of string that should be used (printed).

Definition at line 106 of file d4d_string.h.

D4D_INDEX printOff

Offset of string that should be used (printed).

Definition at line 107 of file d4d_string.h.

D4D_TCHAR* pText

pointer to text array

Definition at line 102 of file d4d_string.h.

D4D_STR_PROPERTIES* str_properties

pointer to string properties

Definition at line 105 of file d4d_string.h.

Typedef Documentation

The string properties type. This structure contains as Font as Text properties.

typedef struct D4D_STRING_S D4D_STRING

The string type. This structure contains all properties about string in eGUI.

The string text properties type. The masks are described here D4D BASE Defines masks of aligment properties.

Definition at line 90 of file d4d_string.h.