Searched refs:font (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/fonts/ |
| H A D | Kconfig | 11 Nimbus Sans L is a version of Nimbus Sans using Adobe font sources. 16 From: https://fontlibrary.org/en/font/nimbus-sans-l 24 The Anka/Coder family is a monospaced, courier-width font for source 28 From: https://fontlibrary.org/en/font/anka-coder-narrow 36 A laid-back handwritten font. 37 Font: https://fontlibrary.org/en/font/rufscript 38 License: GPL with font exception 47 From https://fontlibrary.org/en/font/cantora
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | docbook.css | 2 font-family: sans-serif; 6 font-family: monospace; 7 font-size: 1em;
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 118 stbtt_fontinfo font; member 197 stbtt_fontinfo *font = &priv->font; in console_truetype_putc_xy() local 209 stbtt_GetCodepointHMetrics(font, ch, &advance, &lsb); in console_truetype_putc_xy() 217 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font, in console_truetype_putc_xy() 247 data = stbtt_GetCodepointBitmapSubpixel(font, priv->scale, priv->scale, in console_truetype_putc_xy() 502 stbtt_fontinfo *font = &priv->font; in console_truetype_probe() local 523 if (!stbtt_InitFont(font, priv->font_data, 0)) { in console_truetype_probe() 529 priv->scale = stbtt_ScaleForPixelHeight(font, priv->font_size); in console_truetype_probe() 530 stbtt_GetFontVMetrics(font, &ascent, 0, 0); in console_truetype_probe()
|
| H A D | stb_truetype.h | 292 stbtt_fontinfo font; 298 stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer,0)); 299 bitmap = stbtt_GetCodepointBitmap(&font, 0,stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0,0); 333 stbtt_fontinfo font; 339 stbtt_InitFont(&font, buffer, 0); 341 scale = stbtt_ScaleForPixelHeight(&font, 15); 342 stbtt_GetFontVMetrics(&font, &ascent,0,0); 348 stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb); 349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 350 …stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79,… [all …]
|
| H A D | Kconfig | 90 CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used 111 needing to provide a bitmap for each font and size that is needed. 116 int "TrueType font size" 120 This sets the font size for the console. The size is measured in 126 U-Boot to calculate the correct font size.
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | OFL.txt | 18 development of collaborative font projects, to support the font creation 69 Copyright Holder. This restriction only applies to the primary font name as
|