Home
last modified time | relevance | path

Searched refs:fonts (Results 1 – 5 of 5) sorted by relevance

/lib/fonts/
Dfonts.c23 static const struct font_desc *fonts[] = { variable
65 #define num_fonts ARRAY_SIZE(fonts)
68 #error No fonts configured.
88 if (!strcmp(fonts[i]->name, name)) in find_font()
89 return fonts[i]; in find_font()
118 f = fonts[i]; in get_default_font()
DKconfig12 bool "Select compiled-in fonts"
15 Say Y here if you would like to use fonts other than the default
20 the questions about foreign fonts.
97 If other fonts are too big or too small for you, say Y, otherwise say N.
DMakefile4 font-objs := fonts.o
/lib/
DMakefile291 obj-$(CONFIG_FONT_SUPPORT) += fonts/
DKconfig630 source "lib/fonts/Kconfig"