120 lines
3.5 KiB
TOML
120 lines
3.5 KiB
TOML
### Editing this file for font customization is strongly discouraged.
|
|
### Use `private-build-plans.toml` to create custom fonts.
|
|
### Changing the numbers may make the builder crash / hang / produce broken shapes.
|
|
|
|
[iosevka]
|
|
naming.copyright = 'Copyright (c) 2015-2020 Belleve Invis.'
|
|
naming.licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This is licence is avaliable with a FAQ at: http://scripts.sil.org/OFL. This font software is distributes on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence fot the specific language, premissions and limitations governing your use of this font software.'''
|
|
naming.manufacturer = 'Belleve Invis'
|
|
naming.designer = 'Belleve Invis'
|
|
naming.description = 'Spatial efficient monospace font family for programming. Built from code. http://be5invis.github.io/Iosevka'
|
|
|
|
leading = 1250 # Default line height times 1000.
|
|
descenderPad = 0 # Additional line height, added to descender.
|
|
cap = 735 # Cap height (as well as ascender).
|
|
xheight = 530 # X-height.
|
|
#descender = -205 # Depth of descender. Currently unused.
|
|
winMetricAscenderPad = 0 # Padding of Win ascnder metrics to avoid clipping. See #343
|
|
winMetricDescenderPad = 0 # Padding of Win descender metrics to avoid clipping. See #343
|
|
|
|
symbolMid = 340 # Center of parens, maths, geometrics...
|
|
parenSize = 966 # Size of parens, brackets, braces, slashes, etc.
|
|
operSize = 0.80 # Size of mathematical operators (cups, etc.)
|
|
tackSize = 0.80 # Size of logical operators (tacks, etc.)
|
|
bgopSize = 1.10 # Size of "taller" mathematical operators
|
|
plusSize = 0.52 # Size of plus and arith symbols
|
|
pictSize = 1.10 # Size of pictograms
|
|
arrowHeight = 1.50 # Height of arrows
|
|
|
|
slopeAngle = 0 # slope angle, in degrees.
|
|
derivedSlopeAngle = 10 # Slope angle of derived letters requiring italics
|
|
|
|
accent = 155 # Height of accent marks.
|
|
accentx = 200 # Width of accent marks.
|
|
overshoot = -8 # Vertical overshoot for arcs.
|
|
overshootx = -8 # Horizontal overshoot for arcs.
|
|
oxhook = -2 # Horizontal overshoot for hook tips.
|
|
fovershoot = -40 # Overshoot of the top end of italic `f`.
|
|
|
|
shoulderfineMin = 0.8
|
|
|
|
isItalic = false # Use italic shapes?
|
|
isOblique = false # Use oblique shapes?
|
|
|
|
spacing = 1 # Spacing indicator
|
|
|
|
# Powerline-specific parameters
|
|
powerlineScaleY = 1 # Vertical scale
|
|
powerlineScaleX = 1 # Horizontal scale
|
|
powerlineShiftY = 0 # Vertical shift
|
|
powerlineShiftX = 0 # Horizontal shift
|
|
|
|
# Whether to generate CV-SS features
|
|
enableCvSs = true
|
|
|
|
# Whether to generate ligation
|
|
enableLigation = true
|
|
|
|
# Excluded code points
|
|
excludedCharRanges = []
|
|
|
|
# Slab level -- Set to 0 by default
|
|
# - 0 : Sans
|
|
# - 1 : TODO
|
|
# - 2+ : Full (3.x)
|
|
slab = 0
|
|
|
|
# Old style number height
|
|
onumZeroHeightRatio = 1.145
|
|
|
|
[verbose]
|
|
verbose = true
|
|
|
|
###### Slab variant
|
|
[serifs-slab]
|
|
slab = 2
|
|
|
|
###### Spacings
|
|
# Terminal variant
|
|
[spacing-term]
|
|
spacing = 0
|
|
|
|
# "FontFonfig Monospace"
|
|
[spacing-fontconfig-mono]
|
|
spacing = 0
|
|
forceMonospace = true
|
|
|
|
# Fixed variant
|
|
[spacing-fixed]
|
|
spacing = 0
|
|
enableLigation = false
|
|
forceMonospace = true
|
|
|
|
###### Slopes
|
|
[s-italic]
|
|
isItalic = true
|
|
slopeAngle = 9.4
|
|
|
|
[s-oblique]
|
|
isOblique = true
|
|
slopeAngle = 9.4
|
|
|
|
###### Diversity
|
|
[diversity-0]
|
|
diversityM = 1
|
|
diversityF = 1
|
|
diversityI = 1
|
|
diversityII = 1
|
|
|
|
[diversity-1]
|
|
diversityM = 1.25
|
|
diversityF = 1.00
|
|
diversityI = 0.75
|
|
diversityII = 0.75
|
|
|
|
[diversity-2]
|
|
diversityM = 1.25
|
|
diversityF = 0.75
|
|
diversityI = 0.75
|
|
diversityII = 0.5
|
|
|