From 67427650a2a4944eb4ed6be7df59c69b97a5fef0 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 11 Aug 2013 10:33:17 -0400 Subject: [PATCH] update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89bc098..8fd1c76 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ TrueTypeSharp ============= This is a fork of the [original TrueTypeSharp by Illusory Studios LLC](http://www.zer7.com/software/truetypesharp) -which has been only slightly modified to allow it to be built as a Portable Class Library. +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.