#include "type.h"#include "ssd192X.h"#include "window.h"

Go to the source code of this file.
Functions | |
| void | SetFontWindow (WINDOW *pfw) |
| void | SetActiveFont (UINT8 nFont, INT8 nScale, UINT8 bForce) |
| UINT8 | GetActiveFont () |
| INT8 | GetFontScaling () |
| void | SetFontColor (SSDRGBAType *frColor, SSDRGBAType *bkColor, UINT8 bRedrawFont) |
| void | TextOut (WINDOW *pDstWnd, INT16 x, INT16 y, const char *str, UINT16 *pStrLen, ROTATE_TYPE orient) |
| UINT8 GetActiveFont | ( | ) |
References g_activeFont.
| INT8 GetFontScaling | ( | ) |
References g_FontScaling.
References g_activeFont, g_FontScaling, and RedrawFont().
Referenced by main().


| void SetFontColor | ( | SSDRGBAType * | frColor, | |
| SSDRGBAType * | bkColor, | |||
| UINT8 | bRedrawFont | |||
| ) |
References SSDRGBAType::a, SSDRGBAType::b, SSDRGBAType::g, mem_cpy(), SSDRGBAType::r, and RedrawFont().
Referenced by main().


| void SetFontWindow | ( | WINDOW * | pfw | ) |
| void TextOut | ( | WINDOW * | pDstWnd, | |
| INT16 | x, | |||
| INT16 | y, | |||
| const char * | str, | |||
| UINT16 * | pStrLen, | |||
| ROTATE_TYPE | orient | |||
| ) |
References SSDRGBAType::a, FontCharToPos(), g_activeFont, g_FontScaling, getFontHeight(), getFontWidth(), NONE, ROT270, ROT90, ssd_2d_blt(), TRANSPARENT, VFLIP, and _WINDOW::width.
Referenced by main().


1.6.3