Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set baseline with fontforge scriping

I'm using FontForge to create a ttf font from SVG files. But the baseline is all wrong and I can't understand how to set the baseline from the FontForge command line scriping tool.

Any ideas?

like image 942
Johan Nordberg Avatar asked Mar 23 '26 03:03

Johan Nordberg


1 Answers

The baseline is where y = '0' in the cartesian grid system of the 'em square'. If you look at the emsize, its likely 1,000, and typically there are 200 units below the baseline and 800 units above.

You can move the glyphs so that their base point is on the baseline, ie, their point has a y value of 0

like image 172
davelab6 Avatar answered Mar 26 '26 13:03

davelab6



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!