forked from khaledhosny/ots
-
Notifications
You must be signed in to change notification settings - Fork 0
Sanitiser for OpenType
License
behdad/ots
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sanitiser for OpenType ---------------------- (Idea from Alex Russell) The CSS font-face property[1] is great for web typography. Having to use images in order to get the correct typeface is a great sadness; one should be able to use vectors. However, the TrueType renderers on many platforms have never been part of the attack surface before and putting them on the front line is a scary proposition. Esp on platforms like Windows where it's a closed-source blob running with high privilege. Thus, the OpenType Sanitiser (OTS) is designed to parse and serialise OpenType files, validating them and sanitising them as it goes. See INSTALL for build instructions. [1] http://www.w3.org/TR/CSS2/fonts.html#font-descriptions
About
Sanitiser for OpenType
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 81.3%
- C 17.5%
- Other 1.2%