Searched refs:font_style (Results 1 – 2 of 2) sorted by relevance
84 static const uint16_t font_style[] = { in font_stress_label_create() local90 uint32_t index = lv_rand(0, sizeof(font_style) / sizeof(uint16_t) - 1); in font_stress_label_create()97 … ctx->font_create_cb(ctx, font_name, LV_FREETYPE_FONT_RENDER_MODE_BITMAP, size, font_style[index]); in font_stress_label_create()
633 const char * font_style = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.sval; in testTextAttrs() local634 TEST_ASSERT_EQUAL_STRING(font_style, "italic "); in testTextAttrs()