- Removed "guessing char" method for determining per-font Y-offset
- Instead added "setBaselineOffset" script function to set a common baseline for all fonts - Now using text_path instead of show_text pycairo function for subpixel-precise text positioning - Updated autoShrink logic - Increased size of some special characters - Small updates to font.confs and default chains
This commit is contained in:
parent
3327051521
commit
70c04baf9c
18 changed files with 78 additions and 106 deletions
|
@ -1,6 +1,7 @@
|
|||
init 1024 1024 0.5 0.5
|
||||
setOutputNameSuffix -512
|
||||
|
||||
runScript _init512.script
|
||||
runScript _init.script
|
||||
runScript _basic.script
|
||||
runScript _extended.script
|
||||
runScript _special.script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue