Skip to content

A fork of the original TrueTypeSharp by Illusory Studios LLC. Contains small changes to allow building as a Portable Class Library and .NET Standard 2.0 Library.

License

Notifications You must be signed in to change notification settings

chingham/TrueTypeSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) or .NET Standard 2.0 Library.

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.

About

A fork of the original TrueTypeSharp by Illusory Studios LLC. Contains small changes to allow building as a Portable Class Library and .NET Standard 2.0 Library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.8%
  • C 44.2%