depot: raw/fonts_fs recipe

Configuration for using the VFS as font server.
This commit is contained in:
Norman Feske 2018-04-17 14:02:13 +02:00 committed by Christian Helmuth
parent f0ac01395f
commit 403b5413fc
4 changed files with 28 additions and 0 deletions

View File

@ -1,4 +1,5 @@
_/raw/ttf-bitstream-vera-minimal
_/raw/fonts_fs
_/src/vfs
_/src/vfs_ttf
_/src/libc

View File

@ -0,0 +1,4 @@
content: fonts_fs.config
fonts_fs.config:
cp $(REP_DIR)/recipes/raw/fonts_fs/$@ $@

View File

@ -0,0 +1,22 @@
<config>
<vfs>
<rom name="Vera.ttf"/>
<rom name="VeraMono.ttf"/>
<dir name="fonts">
<dir name="title">
<ttf name="regular" path="/Vera.ttf" size_px="18" cache="256K"/>
</dir>
<dir name="text">
<ttf name="regular" path="/Vera.ttf" size_px="14" cache="256K"/>
</dir>
<dir name="annotation">
<ttf name="regular" path="/Vera.ttf" size_px="11" cache="256K"/>
</dir>
<dir name="monospace">
<ttf name="regular" path="/VeraMono.ttf" size_px="14" cache="256K"/>
</dir>
</dir>
</vfs>
<default-policy root="/fonts" />
</config>

View File

@ -0,0 +1 @@
2018-04-17 2b59459827b8d0be1bc66d63246d7275a69cb6ce