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

Handle the long text for dl::push_text() #1597

Merged
merged 3 commits into from Aug 24, 2017
Merged

Commits on Aug 23, 2017

  1. Split a long text-run into several parts.

    The text-run will put some glyphs data into gpu_cache. If the text-run is too long, we will hit the limit size of gpu_cache.
    JerryShih committed Aug 23, 2017
  2. Test case for a long text-run.

    JerryShih committed Aug 23, 2017
You can’t perform that action at this time.