V-Gears 0
Free Final Fantasy VII engine.
UiCharData Struct Reference

Character data for UI elements. More...

#include <UiFont.h>

Public Attributes

int char_code
 The character code. More...
 
int x
 The character X position in the font image. More...
 
int y
 The character Y position in the font image. More...
 
int width
 The character width. More...
 
int height
 The character height. More...
 
int pre
 
int post
 

Detailed Description

Character data for UI elements.

Member Data Documentation

◆ char_code

int UiCharData::char_code

The character code.

◆ height

int UiCharData::height

The character height.

◆ post

int UiCharData::post
Todo:
Understand and document.

◆ pre

int UiCharData::pre
Todo:
Understand and document.

◆ width

int UiCharData::width

The character width.

◆ x

int UiCharData::x

The character X position in the font image.

◆ y

int UiCharData::y

The character Y position in the font image.


The documentation for this struct was generated from the following file: