UFO: Alien Invasion
Loading...
Searching...
No Matches
font_t Struct Reference

#include <r_font.h>

Collaboration diagram for font_t:
Collaboration graph

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

◆ buffer

byte* font_t::buffer

loaded file

Definition at line 33 of file r_font.h.

◆ font

TTF_Font* font_t::font

Definition at line 31 of file r_font.h.

Referenced by R_FontGenerateTexture().

◆ height

int font_t::height

Definition at line 36 of file r_font.h.

Referenced by R_FontTextSize(), and UI_FontGetHeight().

◆ lineSkip

int font_t::lineSkip

TTF_FontLineSkip

Definition at line 35 of file r_font.h.

Referenced by R_FontTextSize().

◆ name

const char* font_t::name

Definition at line 30 of file r_font.h.

◆ rw

SDL_RWops* font_t::rw

ttf font reading structure for SDL_RWops

Definition at line 32 of file r_font.h.

◆ style

int font_t::style

see also fontRenderStyle_t

Definition at line 34 of file r_font.h.


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