Searched refs:fonts (Results 1 – 22 of 22) sorted by relevance
| /linux/lib/fonts/ |
| H A D | fonts.c | 23 static const struct font_desc *fonts[] = { variable 68 #define num_fonts ARRAY_SIZE(fonts) 71 #error No fonts configured. 91 if (!strcmp(fonts[i]->name, name)) in find_font() 92 return fonts[i]; in find_font() 124 f = fonts[i]; in get_default_font()
|
| H A 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. 124 If other fonts are unreadable for you, say Y, otherwise say N.
|
| H A D | Makefile | 4 font-objs := fonts.o
|
| /linux/tools/lib/python/kdoc/ |
| H A D | latex_fonts.py | 8 Detect problematic Noto CJK variable fonts 14 fonts [4]_ [5]_. For PDF, a LaTeX package named xeCJK is used for CJK 16 does not (and likely never will) understand variable fonts for historical 20 fonts are found on the build system. To make matters worse, Fedora enlists 21 variable "Noto CJK" fonts in the requirements of langpacks-ja, -ko, -zh_CN, 26 suggestions if variable-font files of "Noto CJK" fonts are in the list of 27 fonts accessible from XeTeX. 38 * Denylist "variable font" Noto CJK fonts. 40 - Create $HOME/deny-vf/fontconfig/fonts.conf from template below, with 43 - Path of fontconfig/fonts [all...] |
| /linux/Documentation/fb/ |
| H A 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).
|
| H A D | arkfb.rst | 32 wide fonts only (hardware limitation) and 16bit tall fonts (driver 39 8bit wide fonts only (driver limitation).
|
| H A 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).
|
| H A 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
|
| H A D | gxfb.rst | 12 without using tiny, unreadable fonts.
|
| H A D | lxfb.rst | 12 without using tiny, unreadable fonts.
|
| H A D | aty128fb.rst | 11 without using tiny, unreadable fonts.
|
| H A D | tgafb.rst | 44 font:X default font to use. All fonts are supported, including the
|
| H A D | vesafb.rst | 19 without using tiny, unreadable fonts.
|
| H A D | matroxfb.rst | 11 without using tiny, unreadable fonts.
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | how-to.rst | 73 sudo dnf install -y dejavu-sans-fonts dejavu-sans-mono-fonts \ 74 dejavu-serif-fonts google-noto-sans-cjk-fonts graphviz-gd \
|
| /linux/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 61 Refer to the file lib/fonts/fonts.c for more information.
|
| /linux/Documentation/sphinx/ |
| H A 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/sound/synth/emux/ |
| H A D | soundfont.c | 225 for (sf = sflist->fonts; sf; sf = sf->next) { in newsf() 240 sf->next = sflist->fonts; in newsf() 241 sflist->fonts = sf; in newsf() 1151 for (sf = sflist->fonts; sf; sf = sf->next) { in rebuild_presets() 1349 sflist->fonts = NULL; in snd_sf_init() 1367 for (sf = sflist->fonts; sf; sf = nextsf) { in snd_sf_clear() 1462 for (sf = sflist->fonts; sf; sf = sf->next) { in snd_soundfont_remove_unlocked()
|
| /linux/Documentation/admin-guide/ |
| H A 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/lib/ |
| H A D | Makefile | 286 obj-$(CONFIG_FONT_SUPPORT) += fonts/
|
| H A D | Kconfig | 500 source "lib/fonts/Kconfig"
|
| /linux/drivers/gpu/drm/ |
| H A D | Kconfig | 66 To support Hi-DPI Display, you can enable bigger fonts like
|