Skip to content

Finish decoding `AI11TextDocument`s

Jonathan Neuhauser requested to merge text-decoding into main

Changes

Decode the following parts of the AI11TextDocument

  • Character style
  • Paragraph style
  • Font definition
  • Listing style
  • Frame (text position)
  • Story (actual text)

Additionally:

  • decode strings with UTF16 if required
  • describe how texts are referenced in the main document
  • plan which features can be implemented (and how), and which not.

Checklist

  • Change is tested
  • Change is documented.
  • Licenses are up to date

Related

Merge request reports