94 String resource_path_prefix =
"resources/";
117 double font_gamma = 1.8;
133 bool force_repaint =
false;
138 double animation_timer_delay = 1.0 / 60.0;
143 double scroll_timer_delay = 1.0 / 60.0;
151 double recycle_delay = 4.0;
159 uint32_t memory_cache_size = 64 * 1024 * 1024;
174 uint32_t page_cache_size = 0;
185 uint32_t override_ram_size = 0;
192 uint32_t min_large_heap_size = 32 * 1024 * 1024;
199 uint32_t min_small_heap_size = 1 * 1024 * 1024;
218 uint32_t num_renderer_threads = 0;
226 double max_update_time = 1.0 / 200.0;
243 uint32_t bitmap_alignment = 16;
#define UExport
Definition Defines.h:65
UTF-8 String container with conversions for UTF-16 and UTF-32.
Definition String.h:21
FaceWinding
The winding order for front-facing triangles.
Definition Config.h:17
@ CounterClockwise
Counter-Clockwise Winding (OpenGL, etc.)
@ Clockwise
Clockwise Winding (Direct3D, etc.)
FontHinting
Definition Config.h:29
@ None
No hinting is performed– fonts may be blurry at smaller font sizes.
@ Monochrome
Strongest hinting algorithm– outputs only black/white glyphs.
@ Normal
Default hinting algorithm– offers a good balance between sharpness and shape at smaller font sizes.
@ Smooth
Lighter hinting algorithm– glyphs are slightly fuzzier but better resemble their original shape.
Global config for Ultralight.
Definition Config.h:72
String cache_path
A writable OS file path to store persistent Session data in.
Definition Config.h:82
String user_stylesheet
Global user-defined CSS string (included before any CSS on the page).
Definition Config.h:126