A fork of the original TrueTypeSharp by Illusory Studios LLC. Contains small changes to allow building as a Portable Class Library.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-08-11 10:42:51 -04:00
TrueTypeSharp bump up version 2013-08-11 10:33:50 -04:00
TrueTypeSharp.Demo update Demo project 2013-08-11 10:29:30 -04:00
.gitignore Initial commit 2013-08-11 09:54:26 -04:00
CHANGES Update CHANGES 2013-08-11 10:42:51 -04:00
LICENSE Initial commit 2013-08-11 09:54:26 -04:00
README.md update README.md 2013-08-11 10:33:17 -04:00
TrueTypeSharp.sln update Demo project 2013-08-11 10:29:30 -04:00

TrueTypeSharp

This is a fork of the original TrueTypeSharp by Illusory Studios LLC which has been only slightly modified to allow it to be built as a Portable Class Library (PCL).

Changes

Due to a lack of support for System.SerializableAttribute in .NET PCLs currently, serialization support has simply been removed for now. I intend to revisit this in the future and put together a PCL-compatible equivalent.

The TrueTypeFont constructor overload accepting a filename string has been changed to accept a Stream instead. This is again to be PCL-compatible.