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

Group glyphs into clusters #1785

Open
herm opened this issue Apr 1, 2013 · 4 comments
Open

Group glyphs into clusters #1785

herm opened this issue Apr 1, 2013 · 4 comments

Comments

@herm
Copy link
Member

herm commented Apr 1, 2013

Some parts of the text rendering code would be easier if glyphs forming a single character would be grouped. However this need to be done in a careful way to avoid performance regressions. Especially the overhead of creating a list for the common case of one glyph per character should be avoided.

@ghost ghost assigned herm Apr 1, 2013
@springmeyer
Copy link
Member

@herm - is this already done or still needing to be done?

@mikemorris
Copy link
Contributor

@springmeyer Judging by https://github.com/mapnik/mapnik/blob/master/include/mapnik/text/layout.hpp#L119-121 it looks like this hasn't been implemented yet.

@springmeyer
Copy link
Member

thanks @mikemorris

@mikemorris mikemorris assigned mikemorris and unassigned herm Apr 22, 2014
@mikemorris
Copy link
Contributor

@springmeyer springmeyer removed this from the harfbuzz milestone Sep 6, 2014
@herm herm removed this from the harfbuzz milestone Sep 6, 2014
@mikemorris mikemorris removed their assignment Oct 27, 2015
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

3 participants