mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
improve some macro definition
This commit is contained in:
parent
72b6216441
commit
7e27625e61
@ -215,9 +215,18 @@ typedef enum _app_type_t {
|
||||
#define WITH_VGCANVAS 1
|
||||
#endif /*defined(WITH_NANOVG_SOFT) || defined(WITH_NANOVG_GPU)*/
|
||||
|
||||
#ifndef TK_DEFAULT_FONT
|
||||
#define TK_DEFAULT_FONT "default"
|
||||
#endif/*TK_DEFAULT_FONT*/
|
||||
|
||||
#ifndef TK_DEFAULT_FONT_SIZE
|
||||
#define TK_DEFAULT_FONT_SIZE 18
|
||||
#endif/*TK_DEFAULT_FONT_SIZE*/
|
||||
|
||||
#ifndef TK_MAX_FPS
|
||||
#define TK_MAX_FPS 100
|
||||
#endif/*TK_MAX_FPS*/
|
||||
|
||||
#define TK_OPACITY_ALPHA 0xfa
|
||||
#define TK_TRANSPARENT_ALPHA 0x02
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user