mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 10:08:53 +00:00
81e55e8901
This commit introduces a VFS plugin that exposes the glyphs and metadata of a TrueType font as a pseudo file system. The TTF font data is obtained from the VFS. The resulting pseudo file system is a directory that contains the files 'glyphs', 'baseline', 'max_width', and 'max_height'. The counter part of the plugin is the 'Vfs_font' class that implements the 'Text_painter::Font' interface by accessing the pseudo file system as provided by the TTF VFS plugin. Fixes #2740 |
||
---|---|---|
.. | ||
backdrop | ||
cpu_load_display | ||
decorator | ||
depot_deploy | ||
depot_download_manager | ||
depot_query | ||
driver_manager | ||
file_terminal | ||
floating_window_layouter | ||
menu_view | ||
nano3d | ||
nit_fader | ||
pipe | ||
terminal | ||
themed_decorator | ||
vfs_ttf | ||
wm |