genode/repos/gems
Norman Feske 1f1302e185 terminal: use VFS-based font handling
This patch replaces the terminal's formerly built-in fonts with the new
VFS-based font handling.

To avoid the copying of the terminal's font configuration across run
scripts, this patch adds the new terminal/pkg runtime package, which
includes everything needed for instantiating a terminal: the actual
terminal component, the library dependencies (vfs_ttf, which in turn
depends on the libc), a font (bitstream-vera), and a reasonable default
configuration.

Fixes #2758
2018-05-03 15:31:17 +02:00
..
include os: add Text_painter::Font::height method 2018-04-19 13:38:33 +02:00
lib Copy-on-write VFS plugin 2018-04-19 12:38:51 +02:00
recipes terminal: use VFS-based font handling 2018-05-03 15:31:17 +02:00
run terminal: use VFS-based font handling 2018-05-03 15:31:17 +02:00
src terminal: use VFS-based font handling 2018-05-03 15:31:17 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.