- 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 1.0 1.0
|
||||
setOutputNameSuffix -1024
|
||||
|
||||
runScript _init1024.script
|
||||
runScript _init.script
|
||||
runScript _basic.script
|
||||
runScript _extended.script
|
||||
runScript _special.script
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
init 1024 1024 1.0 1.0
|
||||
jumpToCell 0 0
|
||||
|
||||
setCellSize 32 64
|
||||
|
@ -6,6 +5,8 @@ setCellOffset 32 44
|
|||
setCellSpacing 40 72
|
||||
setCellCount 25 14
|
||||
|
||||
setBaselineOffset 18 abs
|
||||
|
||||
# Un-comment the "debugGrid" line to draw a
|
||||
# positioning helper grid in the textures.
|
||||
#drawDebugGrid
|
|
@ -1,11 +0,0 @@
|
|||
init 1024 1024 0.5 0.5
|
||||
jumpToCell 0 0
|
||||
|
||||
setCellSize 32 64
|
||||
setCellOffset 32 44
|
||||
setCellSpacing 40 72
|
||||
setCellCount 25 14
|
||||
|
||||
# Un-comment the "debugGrid" line to draw a
|
||||
# positioning helper grid in the textures.
|
||||
#drawDebugGrid
|
Loading…
Add table
Add a link
Reference in a new issue