gwenhywfar 4.0.3
Defines | Functions

htmlfont.c File Reference

#include "htmlfont_p.h"

Go to the source code of this file.

Defines

#define DISABLE_DEBUGLOG

Functions

void HtmlFont_AddFontFlags (HTML_FONT *fnt, uint32_t i)
void HtmlFont_Attach (HTML_FONT *fnt)
void HtmlFont_free (HTML_FONT *fnt)
uint32_t HtmlFont_GetFontFlags (const HTML_FONT *fnt)
const char * HtmlFont_GetFontName (const HTML_FONT *fnt)
int HtmlFont_GetFontSize (const HTML_FONT *fnt)
HTML_FONTHtmlFont_new ()
void HtmlFont_SetFontFlags (HTML_FONT *fnt, uint32_t i)
void HtmlFont_SetFontName (HTML_FONT *fnt, const char *s)
void HtmlFont_SetFontSize (HTML_FONT *fnt, int i)
void HtmlFont_SubFontFlags (HTML_FONT *fnt, uint32_t i)

Define Documentation

#define DISABLE_DEBUGLOG

Definition at line 14 of file htmlfont.c.


Function Documentation

void HtmlFont_AddFontFlags ( HTML_FONT fnt,
uint32_t  i 
)

Definition at line 114 of file htmlfont.c.

void HtmlFont_Attach ( HTML_FONT fnt)

Definition at line 56 of file htmlfont.c.

Referenced by HtmlProps_dup(), and HtmlProps_SetFont().

void HtmlFont_free ( HTML_FONT fnt)

Definition at line 38 of file htmlfont.c.

References GWEN_FREE_OBJECT, GWEN_INHERIT_FINI, and GWEN_LIST_FINI.

Referenced by HtmlProps_free(), and HtmlProps_SetFont().

uint32_t HtmlFont_GetFontFlags ( const HTML_FONT fnt)
const char* HtmlFont_GetFontName ( const HTML_FONT fnt)
int HtmlFont_GetFontSize ( const HTML_FONT fnt)
HTML_FONT* HtmlFont_new ( )

Definition at line 25 of file htmlfont.c.

References GWEN_INHERIT_INIT, GWEN_LIST_INIT, and GWEN_NEW_OBJECT.

Referenced by FOX16_Gui::getFont().

void HtmlFont_SetFontFlags ( HTML_FONT fnt,
uint32_t  i 
)

Definition at line 106 of file htmlfont.c.

Referenced by FOX16_Gui::getFont().

void HtmlFont_SetFontName ( HTML_FONT fnt,
const char *  s 
)

Definition at line 72 of file htmlfont.c.

References NULL.

Referenced by FOX16_Gui::getFont().

void HtmlFont_SetFontSize ( HTML_FONT fnt,
int  i 
)

Definition at line 90 of file htmlfont.c.

Referenced by FOX16_Gui::getFont().

void HtmlFont_SubFontFlags ( HTML_FONT fnt,
uint32_t  i 
)

Definition at line 122 of file htmlfont.c.