|
gwenhywfar
4.3.3
|
#include "htmlfont_p.h"Go to the source code of this file.
Macros | |
| #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_FONT * | HtmlFont_new (void) |
| 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 DISABLE_DEBUGLOG |
Definition at line 14 of file htmlfont.c.
| 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 | ) |
Definition at line 98 of file htmlfont.c.
Referenced by FOX16_HtmlCtx::_getFoxFont(), dumpObject(), FOX16_Gui::findFont(), HtmlGroup_Box_StartTag(), and HtmlGroup_TableRow_StartTag().
| const char* HtmlFont_GetFontName | ( | const HTML_FONT * | fnt | ) |
Definition at line 64 of file htmlfont.c.
Referenced by FOX16_HtmlCtx::_getFoxFont(), dumpObject(), FOX16_Gui::findFont(), HtmlGroup_Box_StartTag(), and HtmlGroup_TableRow_StartTag().
| int HtmlFont_GetFontSize | ( | const HTML_FONT * | fnt | ) |
Definition at line 82 of file htmlfont.c.
Referenced by FOX16_HtmlCtx::_getFoxFont(), dumpObject(), FOX16_Gui::findFont(), HtmlGroup_Box_StartTag(), HtmlGroup_TableRow_StartTag(), and HtmlObject_Word_Layout().
| HTML_FONT* HtmlFont_new | ( | void | ) |
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 | ||
| ) |
| 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.
1.8.1.2