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

Switch from freetype-rs to rusttype #110

Open
Boscop opened this issue Apr 18, 2016 · 3 comments
Open

Switch from freetype-rs to rusttype #110

Boscop opened this issue Apr 18, 2016 · 3 comments
Labels

Comments

@Boscop
Copy link

Boscop commented Apr 18, 2016

Like this but for glium_graphics:
PistonDevelopers/gfx_graphics#276

I want to do this (seems like the changes can be pretty much mirrored), but thought I'd better post here in case anyone is already working on this or already did it..

Relevant files:
glium_graphics glyph
gfx_graphics glyph
changes

@bvssvni
Copy link
Member

bvssvni commented Apr 18, 2016

This library needs upgrade to latest piston-graphics. Opened #111. Might need to do this first as there were some changes to the CharacterCache trait.

@bvssvni
Copy link
Member

bvssvni commented Apr 21, 2016

This is ready to be done now.

@bvssvni bvssvni added the medium label Apr 21, 2016
@gaborigloi
Copy link

@Boscop This might also be helpful: https://github.com/dylanede/rusttype/blob/master/examples/gpu_cache.rs#L108 - the GPU glyph cache example of rusttype uses glium already :).
(It seems that gfx_graphics is using its own glyph cache, not the one provided by rusttype.)

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

No branches or pull requests

3 participants