summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-07 06:55:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-07 06:55:09 +0300
commitfa79abfe8bb9fcbdd4cf9cec46e0d1856f4e7020 (patch)
tree5647c52f8d0a297229c984be6f56dbf953431756 /res
parent2f940606a79ecb252e6adba018117f8d584e9133 (diff)
FontPack: Documented font properties
Diffstat (limited to 'res')
-rw-r--r--res/fonts/fontpack.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/fonts/fontpack.ini b/res/fonts/fontpack.ini
index 9274155e..c86dfd59 100644
--- a/res/fonts/fontpack.ini
+++ b/res/fonts/fontpack.ini
@@ -1,4 +1,18 @@
1# The core set of fonts. These are expected to be available at a minimum. 1# The core set of fonts. These are expected to be available at a minimum.
2#
3# Properties:
4# name (string) Human-readable name of the font.
5# regular (string) Font file for the Regular style (required!).
6# italic (string) Font file for the Italic style (optional).
7# light (string) Font file for the Light style (optional).
8# semibold (string) Font file for the Semibold style (optional).
9# bold (string) Font file for the Bold style (optional).
10# auxiliary (bool) Not selectable as a content font (e.g., symbols).
11# monospace (bool) Monospace font; suitable for performatted text.
12# override (bool) Check this first regardless of active font.
13# priority (int) Lookup priority (largest checked first).
14# scaling (float) Additional glyph scaling (1.0 = not scaled).
15# voffset (float) Vertical offset (normalized).
2 16
3[default] 17[default]
4name = "Source Sans 3" 18name = "Source Sans 3"