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

Proof of concept for advanced glyph layout (2nd try) #143

Open
wants to merge 38 commits into
base: trunk
Choose a base branch
from

Conversation

vk-github18
Copy link

Based on https://github.com/danfickle/pdfbox
See
examples/src/main/java/org/apache/pdfbox/examples/pdmodel/AdvancedTextLayoutSequencesDin91379.java

Glyph layout looks good with NotoSans-Regular. Combinations with two diacritics work after reordering glyphs, using the
patch for FOP-2969 and setting gdef in GlyphPositioningTable.

Output of test is now:
TestDin91379AdvancedLayout-NotoSans-Regular.ttf-20.0.pdf

skynavga and others added 30 commits July 13, 2021 21:27
Started with work by Glenn Adams (all bugs are mine):
apache#126

Trying to modernize to Java 8 by adding generics, etc. Also early work in integrating with PDAbstractContentStream.
Was forgetting to reset fixupX variable.
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

Successfully merging this pull request may close these issues.

3 participants