Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is anyway to decrease spacing of character? #6

Open
jengza00707 opened this issue Dec 15, 2023 · 2 comments
Open

There is anyway to decrease spacing of character? #6

jengza00707 opened this issue Dec 15, 2023 · 2 comments

Comments

@jengza00707
Copy link

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

@tpunix
Copy link
Owner

tpunix commented Dec 16, 2023

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

@jengza00707
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants