Add coding lignatures settings
This commit is contained in:
parent
76f102b21d
commit
36a549de57
1 changed files with 13 additions and 1 deletions
|
|
@ -10,5 +10,17 @@ return {
|
||||||
|
|
||||||
font_size = 11,
|
font_size = 11,
|
||||||
freetype_load_target = 'Light',
|
freetype_load_target = 'Light',
|
||||||
freetype_render_target = 'HorizontalLcd'
|
freetype_render_target = 'HorizontalLcd',
|
||||||
|
harfbuzz_features = {
|
||||||
|
'calt', -- texture healing
|
||||||
|
'ss01',
|
||||||
|
'ss02',
|
||||||
|
'ss03',
|
||||||
|
'ss04',
|
||||||
|
'ss05',
|
||||||
|
'ss06',
|
||||||
|
'ss07',
|
||||||
|
'ss08',
|
||||||
|
'liga'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue