|
LMMS
|
#include <lice_text.h>
Public Member Functions | |
| LICE_dpiAwareFont (int max) | |
| virtual LICE_IFont * | __CreateFont () |
| Public Member Functions inherited from __LICE_dpiAwareFont | |
| virtual void | SetFromHFont (HFONT font, int flags=0) |
| virtual LICE_pixel | SetTextColor (LICE_pixel color) |
| virtual LICE_pixel | SetBkColor (LICE_pixel color) |
| virtual LICE_pixel | SetEffectColor (LICE_pixel color) |
| virtual int | SetBkMode (int bkmode) |
| virtual void | SetCombineMode (int combine, float alpha=1.0f) |
| virtual int | DrawText (LICE_IBitmap *bm, const char *str, int strcnt, RECT *rect, UINT dtFlags) |
| virtual LICE_pixel | GetTextColor () |
| virtual HFONT | GetHFont () |
| virtual int | GetLineHeight () |
| virtual void | SetLineSpacingAdjust (int amt) |
| __LICE_dpiAwareFont (int maxsz) | |
| ~__LICE_dpiAwareFont () | |
| void | SetFromLogFont (LOGFONT *lf, int(*get_flags)(int)) |
| void | clear () |
| LICE_IFont * | get (LICE_IBitmap *bm) |
| int | GetLineHeightDPI (LICE_IBitmap *bm) |
| Public Member Functions inherited from LICE_IFont | |
| virtual | ~LICE_IFont () |
Additional Inherited Members | |
| Public Attributes inherited from __LICE_dpiAwareFont | |
| LOGFONT | m_lf |
|
inline |
|
inlinevirtual |
Implements __LICE_dpiAwareFont.