pgftool icon indicating copy to clipboard operation
pgftool copied to clipboard

There is anyway to decrease spacing of character?

Open jengza00707 opened this issue 1 year ago • 2 comments

i tried to make my own translation project and facing a problem that charactor spacing is to long, there is any way to fix it? HELP

jengza00707 avatar Dec 15 '23 13:12 jengza00707

there have two vars in pgf file: 0x00ec: (u32) max_h_advance; 0x00fc: (u16) max_glyph_w; change them and see the result.

tpunix avatar Dec 16 '23 08:12 tpunix

there have two vars in pgf file: 0x00ec: (u32) max_h_advance; 0x00fc: (u16) max_glyph_w; change them and see the result.

seem like max_h_advance didnt affect character spacing and max_glyph_w is only about how width character but spacing is still the same

jengza00707 avatar Dec 18 '23 16:12 jengza00707