Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
#lib/
#lib64/
parts/
sdist/
var/
Expand Down
22 changes: 22 additions & 0 deletions Lib/axisregistry/data/enlarge.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ENLA based on https://github.com/psb1558/Junicode-font
tag: "ENLA"
display_name: "Enlarge"
min_value: 0.0
default_value: 0.0
max_value: 100
precision: -2
fallback {
name: "Normal"
value: 0.0
}
fallback {
name: "Enlarged"
value: 100
}
fallback_only: false
description:
"Scales lowercase letters to an intermediate size between minuscule and"
" majuscule, as used in medieval manuscripts for enlarged minuscules at"
" sentence openings. Adjusts x-height and character width continuously"
" from 0 (default lowercase) to 100 (fully enlarged)."

Loading