Andy Everitt
Andy Everitt
Supports variable weight fonts with a single .ttf using freetype. Keeps backwards compatibility with `LV_FREETYPE_FONT_STYLE_BOLD` which will now work with both `LV_FREETYPE_FONT_RENDER_MODE_BITMAP` and `LV_FREETYPE_FONT_RENDER_MODE_OUTLINE` if the font is a variable...
### Problem to solve If you load a component from an xml file ```cpp lv_xml_component_register_from_file("path_to.xml"); lv_obj_t* obj = lv_xml_create(parent, "component_id", NULL); ``` There is no way to set the properties...
> [!warning] > This PR is dependent on #8806 > It has the changes from that PR already merged into it > > Merging this PR before that one is...
Fixes an undefined interaction with the following code ```c /** * When the container is set to LV_SIZE_CONTENT in flex direction and an item is set to grow, * the...
This adds support for merging template frontmatter when using `tp.file.include` eg: `Root` ```md --- some_frontmatter: root_func: not_overwritten: 1 overwritten: 1 --- top content ``` `Sub` ```md --- sub: 2 not_overwritten:...