Lines Matching refs:px
32 - `LV_FONT_MONTSERRAT_12` 12 px font
33 - `LV_FONT_MONTSERRAT_14` 14 px font
34 - `LV_FONT_MONTSERRAT_16` 16 px font
35 - `LV_FONT_MONTSERRAT_18` 18 px font
36 - `LV_FONT_MONTSERRAT_20` 20 px font
37 - `LV_FONT_MONTSERRAT_22` 22 px font
38 - `LV_FONT_MONTSERRAT_24` 24 px font
39 - `LV_FONT_MONTSERRAT_26` 26 px font
40 - `LV_FONT_MONTSERRAT_28` 28 px font
41 - `LV_FONT_MONTSERRAT_30` 30 px font
42 - `LV_FONT_MONTSERRAT_32` 32 px font
43 - `LV_FONT_MONTSERRAT_34` 34 px font
44 - `LV_FONT_MONTSERRAT_36` 36 px font
45 - `LV_FONT_MONTSERRAT_38` 38 px font
46 - `LV_FONT_MONTSERRAT_40` 40 px font
47 - `LV_FONT_MONTSERRAT_42` 42 px font
48 - `LV_FONT_MONTSERRAT_44` 44 px font
49 - `LV_FONT_MONTSERRAT_46` 46 px font
50 - `LV_FONT_MONTSERRAT_48` 48 px font
53 - `LV_FONT_MONTSERRAT_12_SUBPX` Same as normal 12 px font but with [subpixel rendering](#subpixel-r…
54 - `LV_FONT_MONTSERRAT_28_COMPRESSED` Same as normal 28 px font but stored as a [compressed font](#c…
55 - `LV_FONT_DEJAVU_16_PERSIAN_HEBREW` 16 px font with normal range + Hebrew, Arabic, Persian letters…
56 - `LV_FONT_SIMSUN_16_CJK`16 px font with normal range plus 1000 of the most common CJK radicals
57 - `LV_FONT_UNSCII_8` 8 px pixel perfect font with only ASCII characters
58 - `LV_FONT_UNSCII_16` 16 px pixel perfect font with only ASCII characters
61 The built-in fonts are **global variables** with names like `lv_font_montserrat_16` for a 16 px hei…
230 dsc_out->adv_w = 12; /*Horizontal space required by the glyph in [px]*/
231 dsc_out->box_h = 8; /*Height of the bitmap in [px]*/
232 dsc_out->box_w = 6; /*Width of the bitmap in [px]*/