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

ALTO renderer: move to v4, add Glyphs #2815

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    ae8cc63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe17864 View commit details
    Browse the repository at this point in the history
  3. ALTO renderer: use proper BlockTypes

    - use TextBlock, Illustration, GraphicalElement (not just TextBlock),
      as appropriate for the internal block types
    - do not enter RIL_TEXTLINE, RIL_WORD, RIL_SYMBOL and ChoiceIterator
      on anything other than TextBlocks
    - refactor loop to make it more readable
    bertsky committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7d9437f View commit details
    Browse the repository at this point in the history