Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
[chromium-blink-merge.git] / third_party / ots / README
blob8dc1ebb83829f0a139467c4e4e0d2646144e057b
1 Sanitiser for OpenType
2 ----------------------
4 (Idea from Alex Russell)
6 The CSS font-face property[1] is great for web typography. Having to use images
7 in order to get the correct typeface is a great sadness; one should be able to
8 use vectors.
10 However, the TrueType renderers on many platforms have never been part of the
11 attack surface before and putting them on the front line is a scary proposition.
12 Esp on platforms like Windows where it's a closed-source blob running with high
13 privilege.
15 Thus, the OpenType Sanitiser (OTS) is designed to parse and serialise OpenType
16 files, validating them and sanitising them as it goes.
19 See INSTALL for build instructions.
21 [1] http://www.w3.org/TR/CSS2/fonts.html#font-descriptions