ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
TrueType fonts. More...
#include <SDL_ttf.h>
#include <Objectively/Enum.h>
#include <Objectively/Array.h>
#include <Objectively/Data.h>
#include <ObjectivelyMVC/Types.h>
Go to the source code of this file.
Data Structures | |
struct | Font |
TrueType fonts. More... | |
Macros | |
#define | DEFAULT_FONT_FAMILY "Coda" |
#define | DEFAULT_FONT_SIZE 16 |
#define | DEFAULT_FONT_STYLE FontStyleRegular |
Enumerations | |
enum | FontStyle { FontStyleRegular = TTF_STYLE_NORMAL , FontStyleBold = TTF_STYLE_BOLD , FontStyleItalic = TTF_STYLE_ITALIC , FontStyleUnderline = TTF_STYLE_UNDERLINE , FontStyleStrikeThrough = TTF_STYLE_STRIKETHROUGH } |
Font styles. More... | |
Functions | |
OBJECTIVELYMVC_EXPORT Class * | _Font (void) |
Variables | |
OBJECTIVELYMVC_EXPORT const EnumName | FontStyleNames [] |
TrueType fonts.
Definition in file Font.h.
#define DEFAULT_FONT_STYLE FontStyleRegular |
enum FontStyle |
Font styles.
Enumerator | |
---|---|
FontStyleRegular | |
FontStyleBold | |
FontStyleItalic | |
FontStyleUnderline | |
FontStyleStrikeThrough |
Definition at line 46 of file Font.h.
OBJECTIVELYMVC_EXPORT Class * _Font | ( | void | ) |
Definition at line 353 of file Font.c.
OBJECTIVELYMVC_EXPORT const EnumName FontStyleNames[] |