ClanLib  2.3.7
Public Attributes | List of all members
CL_Font_System_Position Struct Reference

Bitmap Font Position class. More...

#include <font_system.h>

Public Attributes

unsigned int glyph
 The glyph (0 denotes end of list) More...
 
int height
 Font Height. More...
 
int width
 Font Width. More...
 
int x_increment
 X Increment when drawing. More...
 
int x_offset
 X Offset when drawing. More...
 
int x_pos
 Font X Position in the pixel buffer. More...
 
int y_increment
 Y Increment when drawing. More...
 
int y_offset
 Y Offset when drawing. More...
 
int y_pos
 Font Y Position in the pixel buffer. More...
 

Detailed Description

Bitmap Font Position class.

Member Data Documentation

unsigned int CL_Font_System_Position::glyph

The glyph (0 denotes end of list)

int CL_Font_System_Position::height

Font Height.

int CL_Font_System_Position::width

Font Width.

int CL_Font_System_Position::x_increment

X Increment when drawing.

int CL_Font_System_Position::x_offset

X Offset when drawing.

int CL_Font_System_Position::x_pos

Font X Position in the pixel buffer.

int CL_Font_System_Position::y_increment

Y Increment when drawing.

int CL_Font_System_Position::y_offset

Y Offset when drawing.

int CL_Font_System_Position::y_pos

Font Y Position in the pixel buffer.


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