summaryrefslogtreecommitdiff
path: root/lib/fonts/fonts.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann1-1/+1
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann1-1/+7
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-0/+40
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann1-0/+62
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann1-0/+26
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann1-2/+75
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann1-0/+21
2025-12-02lib/fonts: Add Terminus 10x18 console fontNeilay Kharwadkar1-0/+3
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-6/+9
2022-11-19lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui1-2/+2
2020-09-08lib/fonts: add font 6x8 for OLED displaySven Schneider1-0/+3
2019-06-20fonts: Prefer a bigger font for high resolution screensTakashi Iwai1-1/+6
2019-06-20fonts: Use BUILD_BUG_ON() for checking empty font tableTakashi Iwai1-14/+1
2019-06-20fonts: Fix coding styleTakashi Iwai1-43/+40
2018-12-19Fonts: New Terminus large console fontAmanoel Dawod1-0/+4
2014-10-09fonts: Add 6x10 fontMaarten ter Huurne1-0/+4
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven1-0/+153