 |
microvg
2.0.0
microvg
|
Go to the documentation of this file. 16 #if !defined MICROVG_CONFIGURATION_H 17 #define MICROVG_CONFIGURATION_H 19 #if defined __cplusplus 23 #error "This header must be customized with platform specific configuration. Remove this #error when done. This file is not modified when a new version of the CCO is installed." 33 #define MICROVG_CONFIGURATION_VERSION (1) 46 #define VG_FEATURE_GRADIENT_FULL (1) 55 #define VG_FEATURE_GRADIENT_FIRST_COLOR (2) 68 #define VG_FEATURE_FONT_FREETYPE_VECTOR (1) 77 #define VG_FEATURE_FONT_FREETYPE_BITMAP (2) 94 #define VG_FEATURE_PATH 107 #define VG_FEATURE_GRADIENT VG_FEATURE_GRADIENT_FULL 119 #define VG_FEATURE_FONT VG_FEATURE_FONT_FREETYPE_VECTOR 125 #define VG_FEATURE_FREETYPE_TTF 131 #define VG_FEATURE_FREETYPE_OTF 137 #define VG_FEATURE_FREETYPE_COLORED_EMOJI 151 #define VG_FEATURE_FONT_COMPLEX_LAYOUT 163 #define VG_FEATURE_FONT_EXTERNAL 171 #define VG_FEATURE_FREETYPE_HEAP_SIZE ( 160 * 1024 ) 181 #ifdef VG_FEATURE_FONT_COMPLEX_LAYOUT 182 #define VG_FEATURE_FONT_COMPLEX_LAYOUT_HEAP_SIZE ( 80 * 1024 ) 193 #endif // !defined MICROVG_CONFIGURATION_H