Skip to content

Releases: yan74/afplib

Small Bugfixes

09 Nov 12:17
Compare
Choose a tag to compare

small fixes (codepage resolution, triplet id missing)

Positionable AfpInputStream

28 Aug 14:02
Compare
Choose a tag to compare

Minor changes to the AfpInputStream allowing you to reposition the data stream cursor if the underlying InputStream is a FileInputStream. This allows for jumping back and forth in an Afp file.

Hotfix for MediaFidelity

31 Oct 10:30
Compare
Choose a tag to compare

MediaFidelity triplet was missing 4 reserved bytes. This release fixes that.

V 0.0.12

17 Jun 10:05
Compare
Choose a tag to compare

Some minor fixes as well as introduced filter chains - you can now write simple filter code that if chained to a sequence of filters can do powerful things.

V 0.0.11

26 Sep 13:15
Compare
Choose a tag to compare

This release fixes some serious issues if you read & save entire AFP files. FNIs can change their structure for outline fonts so this is why this release does not provide any details to a FNI structure - just data. Also SDFs may be distributed across multiple IPDs. So really a SDF does not belong to one IPD, but more a set of SDFs is provided by a set of IPDs. This needs to be reflected - for now this release does not provide access to SDFs because of this.

V 0.0.9

18 Jul 07:05
Compare
Choose a tag to compare

Fixed some serious buffer bug. Do not use versions before 0.0.9

First release

13 May 15:18
Compare
Choose a tag to compare
First release Pre-release
Pre-release

just the library without dependencies, but with source