summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/fonts/RobotoCondensed-Regular.ttf (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-19gui: stock theme reworkz31s1g1-0/+0
Tries to combine the current theme with a touch of material. Page structure is untouched for the most part. Layout grid is changed to achieve a "less random" placement of objects on a page. Change-Id: Icaf796be410431b17d5be6ccc1134d40912bef0b
2014-10-14Add support for TrueType fontsVojtech Bocek1-0/+0
* Keeps original font system in place * Uses the same API as original font system: - You can render only one line at a time - You can only use one font and color for one gr_text* call * Caches all rendered text, with a string cache limited to 400 entries, then it trucates to 250, which results in memory usage hovering around 5-10MB Change-Id: I36107b9dcd8d57bae4486fce8b8f64e49ef3d906 Signed-off-by: Vojtech Bocek <vbocek@gmail.com>