Searched refs:font (Results 1 – 5 of 5) sorted by relevance
| /drivers/video/fonts/ |
| A D | Kconfig | 12 Nimbus Sans L is a version of Nimbus Sans using Adobe font sources. 17 From: https://fontlibrary.org/en/font/nimbus-sans-l 25 The Anka/Coder family is a monospaced, courier-width font for source 29 From: https://fontlibrary.org/en/font/anka-coder-narrow 37 A laid-back handwritten font. 38 Font: https://fontlibrary.org/en/font/rufscript 39 License: GPL with font exception 48 From https://fontlibrary.org/en/font/cantora
|
| /drivers/video/ |
| A D | console_truetype.c | 155 stbtt_fontinfo font; member 281 stbtt_fontinfo *font = &met->font; in console_truetype_putc_xy() local 293 stbtt_GetCodepointHMetrics(font, cp, &advance, &lsb); in console_truetype_putc_xy() 615 stbtt_fontinfo *font; in truetype_add_metrics() local 626 font = &met->font; in truetype_add_metrics() 627 if (!stbtt_InitFont(font, font_data, 0)) { in truetype_add_metrics() 634 stbtt_GetFontVMetrics(font, &ascent, 0, 0); in truetype_add_metrics() 747 stbtt_fontinfo *font; in truetype_measure() local 766 font = &met->font; in truetype_measure() 849 stbtt_fontinfo *font; in truetype_nominal() local [all …]
|
| A D | console_core.c | 233 struct video_fontdata *font; in console_simple_select_font() local 241 for (font = fonts; font->name; font++) { in console_simple_select_font() 242 if (!strcmp(name, font->name)) { in console_simple_select_font() 243 console_set_font(dev, font); in console_simple_select_font()
|
| A D | stb_truetype.h | 336 stbtt_fontinfo font; 343 bitmap = stbtt_GetCodepointBitmap(&font, 0,stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0,0); 377 stbtt_fontinfo font; 383 stbtt_InitFont(&font, buffer, 0); 385 scale = stbtt_ScaleForPixelHeight(&font, 15); 386 stbtt_GetFontVMetrics(&font, &ascent,0,0); 1286 static int stbtt__isfont(stbtt_uint8 *font) in stbtt__isfont() argument 2716 if (!stbtt_GetGlyphBox(font, glyph, &x0,&y0,&x1,&y1)) { in stbtt_GetGlyphBitmapBoxSubpixel() 2738 …stbtt_GetGlyphBitmapBoxSubpixel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift… in stbtt_GetCodepointBitmapBoxSubpixel() 4816 stbtt_uint8 *fc = font->data; in stbtt_GetFontNameString() [all …]
|
| A D | Kconfig | 26 bool "4 x 6 font size" 33 bool "8 x 16 font size" 41 bool "12 x 22 font size" 48 bool "16 x 32 font size" 190 CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used 215 int "TrueType font size" 219 This sets the font size for the console. The size is measured in 225 U-Boot to calculate the correct font size. 228 int "TrueType maximum number of font / size combinations" 234 the console. For simple console use a single font is enough. When [all …]
|
Completed in 44 milliseconds