Searched refs:fonts (Results 1 – 11 of 11) sorted by relevance
14 bool "Use default fonts"17 Use default fonts.
4 https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/DroidSansMono.ttf
38 const struct cfb_font *fonts; member98 const struct cfb_font *fptr = &(fb->fonts[fb->font_idx]); in draw_char_vtmono()269 if (!fb->fonts || !fb->buf) { in draw_text()273 fptr = &(fb->fonts[fb->font_idx]); in draw_text()579 fb->fonts = TYPE_SECTION_START(cfb_font); in cfb_framebuffer_init()
1 .. zephyr:code-sample:: cfb-custom-fonts2 :name: Custom fonts
12 generate_cfb_font_for_target(app fonts/dice.png ${gen_dir}/cfb_font_dice.h 32 32 --first 49 --last …
47 } fonts[] = { variable78 uint8_t line[fonts[FONT_SMALL].columns + 1]; in print_line()83 len = MIN(len, fonts[font_size].columns); in print_line()88 pad = (fonts[font_size].columns - len) / 2U; in print_line()107 for (i = 0; i <= fonts[font].columns; i++) { in get_len()127 return fonts[font].columns; in get_len()
15 layer graphic operations like widgets, shapes, fonts, text, or bitmaps
78 defined fonts presented in the system.
108 texlive-latex-base texlive-latex-extra latexmk texlive-fonts-recommended imagemagick
26 /* Use a system font stack for better performance (no Web fonts required) */
817 * :github:`17581` - linker script packing failure with subsys/fb fonts and native_posix_64