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

TrueType support. #3

Open
HexDecimal opened this issue Nov 5, 2018 · 2 comments
Open

TrueType support. #3

HexDecimal opened this issue Nov 5, 2018 · 2 comments
Assignees

Comments

@HexDecimal
Copy link
Collaborator

Currently only .png/.bmp files are able to be loaded as fonts.

Will likely be implemented with FreeType.

I'll add it to the new tileset system. Which is easier for me to work on, but it will only support the new renderers.

@HexDecimal HexDecimal self-assigned this Nov 5, 2018
@tstavrianos
Copy link

std_truetype might be easier to integrate (avoiding FreeType2 as an external dependency)

@HexDecimal
Copy link
Collaborator Author

Thanks. I now have a basic working implementation using std_truetype.

Do you want a C or C++ API for this now?

@HexDecimal HexDecimal modified the milestone: libtcod 2.0.0 Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants