|
From: George W. <gw...@si...> - 2009-08-03 23:08:34
|
On Wed, 2009-07-22 at 22:20, fengbin wrote: > I have font1.ttf and font2.ttf and I wanted to merge 0u250~0u2ff from > font1.ttf to font2.ttf. > I used "fontforge -script merge.pe" to do the merge. Font Merge (and ScaleToEm) do not do what you appear to think they do. Neither depends on the selection. If you merge two fonts they will be merged in their entirety. If you only wish to merge a certain range of glyphs then you must: a) Remove them from the first font b) Remove everything else from the second font |