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

string-index => master #163

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

string-index => master #163

wants to merge 5 commits into from

Commits on Jun 11, 2017

  1. Refactor use of Glyph and GlyphInfo

    * Remove Glyph.codePoints. Different code point sequences can map to the same glyphs, and Glyph objects are cached.
    * Use GlyphInfo objects during shaping, not just for OpenType.
    * Remove Font.glyphsForString (moved to LayoutEngine). Use Font.layout instead.
    devongovett committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    cbd44ce View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    721ab53 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Configuration menu
    Copy the full SHA
    bccd364 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    aaeeadb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Merge pull request #157 from react-pdf/keep-string-index

    Keep stringIndex for default ignorables glyphs
    devongovett committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    a177c71 View commit details
    Browse the repository at this point in the history