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

Fonts do not support international characters #263

Closed
branan opened this issue Jan 15, 2013 · 6 comments
Closed

Fonts do not support international characters #263

branan opened this issue Jan 15, 2013 · 6 comments

Comments

@branan
Copy link
Member

branan commented Jan 15, 2013

No description provided.

@Deledrius
Copy link
Member

It looks like we can use Freetype (already used in the plFontConverter tool) to do more advanced font rendering live, or Pango if we want to offload layout as well.

Ideas?

@branan
Copy link
Member Author

branan commented Jan 15, 2013

I've done some stuff with Freetype and harfbuz - I think Pango is too heavy a library to pull in just for text layout.

@Deledrius
Copy link
Member

Ah, HarfBuzz was the other one I was trying to remember, but the name escaped me. It looks good from the description, but the docs seem non-existent. Can it build in MSVC?

@branan
Copy link
Member Author

branan commented Jan 15, 2013

It ought to. It's used as the backend layout engine for both Pango and Qt. The docs don't exist, but the headers are fairly self-documenting.

@Hoikas
Copy link
Member

Hoikas commented Oct 13, 2023

Should this be closed as of #1409? The fonts themselves are still lacking, but we now have the ability to re-export the p2fs with an improved character set, making this more of an asset problem than an engine problem.

@dpogue
Copy link
Member

dpogue commented Oct 13, 2023

I think we can close this as far as the P2F files go, with further discussion taking place in issues like #1490

@Hoikas Hoikas closed this as completed Oct 13, 2023
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

4 participants