mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
fff435748f
* OperatorMonoSSm (Light, Book, Medium, Bold)
New Ligatures:
- colon_colon
- exclam_exclam
- semicolon_semicolon
- less_less
- greater_greater
- hyphen_equal (minus_equal)
- asterisk_equal
- slash_equal
- less_slash_greater
- less_less_equal
- quotedbl_quotedbl_quotedbl
- quotesingle_quotesingle_quotesingle
New Powerline Glyhps:
- E0A1 (Powerline LN)
- E0A2 (Powerline lock)
- E0B1 (Powerline left soft divider)
- E0B3 (Powerline right soft divider)
Features:
- ss10 can be used to substitute 'x' for '×'. Eg 0×FF or 800×600
- 'Equality Spaces' and 'Less-than/Greater-than Horizontal Bar' alternatives are included
by default, and can be activated via ss11 and ss12 respectively.
- Corrected and simplified features code to include the missing 'kern' feature for
fraction numerator and denominator positioning.
- 'calt.js' will also generate the 'liga' feature.
Edited and repositioned some existing glyphs to be more consistent across font weights.
Created missing glyphs for other weights. Eg 'w_w_w.liga' and 'plus_equal.liga'
* 'calt.js' no longer generates the 'liga' feature.
* Adjusted hinting, no contours changed.
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
# List of glyphs to extract
|
|
# includes patterns
|
|
|
|
*.liga # All ligatures
|
|
*.liga.ss11 # Equals ligatures with spaces
|
|
*.liga.ss12 # Less_equals/Greater_equals with horizontal bar
|
|
*.spacer
|
|
percent.alt # alternate % sign
|
|
|
|
uniE0A0 # Powerline branch
|
|
uniE0A1 # Powerline LN
|
|
uniE0A2 # Powerline lock
|
|
uniE0B0 # Powerline left hard divider
|
|
uniE0B1 # Powerline left soft divider
|
|
uniE0B2 # Powerline right hard divider
|
|
uniE0B3 # Powerline right soft divider
|