Searched refs:fonts (Results 1 – 25 of 25) sorted by relevance
/linux-6.14.4/lib/fonts/ |
D | fonts.c | 23 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() 121 f = fonts[i]; in get_default_font()
|
D | Kconfig | 12 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.
|
D | Makefile | 4 font-objs := fonts.o
|
/linux-6.14.4/Documentation/fb/ |
D | vt8623fb.rst | 30 driver. Text mode supports 8bit wide fonts only (hardware limitation) and 31 16bit tall fonts (driver limitation). 36 8bit wide fonts only (driver limitation).
|
D | arkfb.rst | 32 wide fonts only (hardware limitation) and 16bit tall fonts (driver 39 8bit wide fonts only (driver limitation).
|
D | s3fb.rst | 41 limitation is not enforced by driver. Text mode supports 8bit wide fonts only 42 (hardware limitation) and 16bit tall fonts (driver limitation). Text mode 48 8bit wide fonts only (driver limitation).
|
D | pvr2fb.rst | 11 without using tiny, unreadable fonts (NOT on the Dreamcast) 29 font:X default font to use. All fonts are supported, including the
|
D | lxfb.rst | 15 without using tiny, unreadable fonts.
|
D | gxfb.rst | 14 without using tiny, unreadable fonts.
|
D | aty128fb.rst | 13 without using tiny, unreadable fonts.
|
D | tgafb.rst | 44 font:X default font to use. All fonts are supported, including the
|
D | fbcon.rst | 16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature 84 compiled-in fonts: 10x18, 6x10, 6x8, 7x14, Acorn8x8, MINI4x6,
|
D | vesafb.rst | 19 without using tiny, unreadable fonts.
|
D | matroxfb.rst | 14 without using tiny, unreadable fonts.
|
/linux-6.14.4/Documentation/driver-api/ |
D | frame-buffer.rst | 61 Refer to the file lib/fonts/fonts.c for more information.
|
/linux-6.14.4/Documentation/sphinx/ |
D | kerneldoc-preamble.sty | 82 % Noto CJK fonts don't provide slant shape. [AutoFakeSlant] permits 205 % Custom macros to on/off CJK and switch CJK fonts (Dummy) 212 %% Put a note on missing CJK fonts or the xecjk package in place of 214 \begin{sphinxadmonition}{note}{Note on missing fonts and a package:}
|
/linux-6.14.4/sound/synth/emux/ |
D | soundfont.c | 265 for (sf = sflist->fonts; sf; sf = sf->next) { in newsf() 280 sf->next = sflist->fonts; in newsf() 281 sflist->fonts = sf; in newsf() 1196 for (sf = sflist->fonts; sf; sf = sf->next) { in rebuild_presets() 1398 sflist->fonts = NULL; in snd_sf_init() 1416 for (sf = sflist->fonts; sf; sf = nextsf) { in snd_sf_clear() 1512 for (sf = sflist->fonts; sf; sf = sf->next) { in snd_soundfont_remove_unlocked()
|
/linux-6.14.4/include/sound/ |
D | soundfont.h | 75 struct snd_soundfont *fonts; /* The list of soundfonts */ member
|
/linux-6.14.4/Documentation/admin-guide/ |
D | unicode.rst | 15 characters to fonts. By downloading a single Unicode-to-font table, 45 two (in case 1024- or 2048-character fonts ever become necessary). 53 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
|
/linux-6.14.4/Documentation/ |
D | Makefile | 162 … $(DENY_VF) -C $(BUILDDIR)/$(var)/latex || sh $(srctree)/scripts/check-variable-fonts.sh || exit; \
|
/linux-6.14.4/lib/ |
D | Makefile | 311 obj-$(CONFIG_FONT_SUPPORT) += fonts/
|
D | Kconfig | 626 source "lib/fonts/Kconfig"
|
/linux-6.14.4/drivers/gpu/drm/ |
D | Kconfig | 120 To support Hi-DPI Display, you can enable bigger fonts like
|
/linux-6.14.4/drivers/tty/ |
D | Kconfig | 31 directly. The fonts used on virtual terminals can be changed with
|
/linux-6.14.4/ |
D | MAINTAINERS | 6958 F: scripts/check-variable-fonts.sh
|