|
FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
| char * | name |
| int | type |
| int | EMpixels |
| int | maxadvancepx |
| int | rowheight |
| int | lastascii |
| char * | atlasName |
| Atlas * | atlas |
| AtlasFont * | font |
| AtlasEntry * | ascii [128] |
| struct Vector * | entries |
Definition at line 2227 of file Component_Text.c.
| AtlasEntry* AtlasEntrySet::ascii[128] |
Definition at line 2237 of file Component_Text.c.
| Atlas* AtlasEntrySet::atlas |
Definition at line 2235 of file Component_Text.c.
| char* AtlasEntrySet::atlasName |
Definition at line 2234 of file Component_Text.c.
| int AtlasEntrySet::EMpixels |
Definition at line 2230 of file Component_Text.c.
| struct Vector* AtlasEntrySet::entries |
Definition at line 2238 of file Component_Text.c.
| AtlasFont* AtlasEntrySet::font |
Definition at line 2236 of file Component_Text.c.
| int AtlasEntrySet::lastascii |
Definition at line 2233 of file Component_Text.c.
| int AtlasEntrySet::maxadvancepx |
Definition at line 2231 of file Component_Text.c.
| char* AtlasEntrySet::name |
Definition at line 2228 of file Component_Text.c.
| int AtlasEntrySet::rowheight |
Definition at line 2232 of file Component_Text.c.
| int AtlasEntrySet::type |
Definition at line 2229 of file Component_Text.c.