UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
font_s Struct Reference

#include <r_font.h>

Data Fields

const char * name
 
TTF_Font * font
 
SDL_RWops * rw
 
bytebuffer
 
int style
 
int lineSkip
 
int height
 

Detailed Description

Definition at line 29 of file r_font.h.

Field Documentation

byte* font_s::buffer

loaded file

Definition at line 33 of file r_font.h.

Referenced by R_FontAnalyze().

TTF_Font* font_s::font
int font_s::height

Definition at line 36 of file r_font.h.

Referenced by R_FontAnalyze(), R_FontTextSize(), and UI_FontGetHeight().

int font_s::lineSkip

TTF_FontLineSkip

Definition at line 35 of file r_font.h.

Referenced by R_FontAnalyze(), and R_FontTextSize().

const char* font_s::name

Definition at line 30 of file r_font.h.

Referenced by R_FontAnalyze().

SDL_RWops* font_s::rw

ttf font reading structure for SDL_RWops

Definition at line 32 of file r_font.h.

Referenced by R_FontAnalyze().

int font_s::style

see also fontRenderStyle_t

Definition at line 34 of file r_font.h.

Referenced by R_FontAnalyze().


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