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

reduce glyph downloads #395

Closed
ansis opened this issue May 29, 2014 · 4 comments
Closed

reduce glyph downloads #395

ansis opened this issue May 29, 2014 · 4 comments

Comments

@ansis
Copy link
Contributor

ansis commented May 29, 2014

Without panning, debug/#14.56/35.684347/139.748227/0.0 loads 13MB of font stuff

@mikemorris
Copy link
Contributor

Ouch. This is the problem of CJK glyphs being scattered all over the massive ranges, so even breaking this into 256-glyph chunks isn't helping.

screen shot 2014-05-29 at 2 08 19 pm

@yhahn
Copy link
Member

yhahn commented May 29, 2014

I think next steps here would be doing an analysis of glyph usage in these ranges using a large body of CJK text like all OSM labels that fall in this range. Commonly used glyphs may not fall into the same ranges but maybe we will learn there is a subset of glyphs that could be bundled together and handle a majority of uses.

@mikemorris
Copy link
Contributor

Agreed @yhahn, think we can be smarter about optimal glyph ranges with a little analysis.

@yhahn
Copy link
Member

yhahn commented Jun 1, 2014

Let's track here: mapbox/node-fontnik#36

@yhahn yhahn closed this as completed Jun 1, 2014
lucaswoj pushed a commit that referenced this issue Jan 11, 2017
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

3 participants