mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
depot: raw/fonts_fs recipe
Configuration for using the VFS as font server.
This commit is contained in:
parent
f0ac01395f
commit
403b5413fc
@ -1,4 +1,5 @@
|
||||
_/raw/ttf-bitstream-vera-minimal
|
||||
_/raw/fonts_fs
|
||||
_/src/vfs
|
||||
_/src/vfs_ttf
|
||||
_/src/libc
|
||||
|
4
repos/gems/recipes/raw/fonts_fs/content.mk
Normal file
4
repos/gems/recipes/raw/fonts_fs/content.mk
Normal file
@ -0,0 +1,4 @@
|
||||
content: fonts_fs.config
|
||||
|
||||
fonts_fs.config:
|
||||
cp $(REP_DIR)/recipes/raw/fonts_fs/$@ $@
|
22
repos/gems/recipes/raw/fonts_fs/fonts_fs.config
Normal file
22
repos/gems/recipes/raw/fonts_fs/fonts_fs.config
Normal 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>
|
1
repos/gems/recipes/raw/fonts_fs/hash
Normal file
1
repos/gems/recipes/raw/fonts_fs/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-04-17 2b59459827b8d0be1bc66d63246d7275a69cb6ce
|
Loading…
x
Reference in New Issue
Block a user