pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

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

Open vk-github18 opened this issue 2 years ago • 0 comments

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

vk-github18 avatar Jun 03 '22 18:06 vk-github18