Home
last modified time | relevance | path

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

12

/linux/lib/fonts/
H A Dfonts.c23 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 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.
124 If other fonts are unreadable for you, say Y, otherwise say N.
H A DMakefile4 font-objs := fonts.o
/linux/tools/lib/python/kdoc/
H A Dlatex_fonts.py165 fonts = textwrap.indent("\n".join(self.get_noto_cjk_vf_fonts()), " ")
166 if not fonts:
173 msg += fonts + "\n"
/linux/Documentation/fb/
H A Dvt8623fb.rst30 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 Darkfb.rst32 wide fonts only (hardware limitation) and 16bit tall fonts (driver
39 8bit wide fonts only (driver limitation).
H A Ds3fb.rst41 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 Dpvr2fb.rst11 without using tiny, unreadable fonts (NOT on the Dreamcast)
29 font:X default font to use. All fonts are supported, including the
H A Dgxfb.rst12 without using tiny, unreadable fonts.
H A Dlxfb.rst12 without using tiny, unreadable fonts.
H A Daty128fb.rst11 without using tiny, unreadable fonts.
H A Dtgafb.rst44 font:X default font to use. All fonts are supported, including the
H A Dfbcon.rst16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature
87 compiled-in fonts: 10x18, 6x10, 6x8, 7x14, Acorn8x8, MINI4x6,
H A Dvesafb.rst19 without using tiny, unreadable fonts.
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst73 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 Dframe-buffer.rst61 Refer to the file lib/fonts/fonts.c for more information.
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty82 % 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 Dsoundfont.c225 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/tools/
H A Dkdoc_ancillary.rst24 Chinese, Japanese and Korean variable fonts handler
/linux/Documentation/admin-guide/
H A Dunicode.rst15 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/include/sound/
H A Dsoundfont.h75 struct snd_soundfont *fonts; /* The list of soundfonts */ member
/linux/lib/
H A DMakefile286 obj-$(CONFIG_FONT_SUPPORT) += fonts/
H A DKconfig500 source "lib/fonts/Kconfig"
/linux/drivers/gpu/drm/
H A DKconfig66 To support Hi-DPI Display, you can enable bigger fonts like
/linux/drivers/tty/
H A DKconfig31 directly. The fonts used on virtual terminals can be changed with

12