summaryrefslogtreecommitdiff
path: root/lib/fonts/fonts.c
AgeCommit message (Expand)Author
2026-06-04lib/fonts: Look up glyph data with font_data_glyph_buf()Thomas Zimmermann
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann
2025-12-02lib/fonts: Add Terminus 10x18 console fontNeilay Kharwadkar
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault
2022-11-18lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui
2020-09-08lib/fonts: add font 6x8 for OLED displaySven Schneider
2019-06-20fonts: Prefer a bigger font for high resolution screensTakashi Iwai
2019-06-20fonts: Use BUILD_BUG_ON() for checking empty font tableTakashi Iwai
2019-06-20fonts: Fix coding styleTakashi Iwai
2018-12-19Fonts: New Terminus large console fontAmanoel Dawod
2014-10-09fonts: Add 6x10 fontMaarten ter Huurne
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven