|
...
|
...
|
@@ -2,10 +2,20 @@
|
|
2
|
2
|
|
|
3
|
3
|
[Glyph][] contour [winding number][] and [SDF][] OpenGL experiment.
|
|
4
|
4
|
|
|
|
5
|
+This repository has a singular purpose: to roughly reproduce [Figure 7][] from
|
|
|
6
|
+the [Apple TrueType Reference Manual - Chapter 2: Font Engine - Distinguishing
|
|
|
7
|
+the inside from the outside of a glyph][TrueType]:
|
|
|
8
|
+
|
|
|
9
|
+![Figure 7][]
|
|
|
10
|
+
|
|
|
11
|
+I have not read a single word of that reference manual, proceed accordingly.
|
|
|
12
|
+
|
|
5
|
13
|
[`sdf-winding`]: https://git.rcrnstn.net/rcrnstn/sdf-winding
|
|
6
|
14
|
[glyph]: https://en.wikipedia.org/wiki/Glyph
|
|
7
|
15
|
[winding number]: https://en.wikipedia.org/wiki/Winding_number
|
|
8
|
16
|
[SDF]: https://en.wikipedia.org/wiki/Signed_distance_function
|
|
|
17
|
+[Figure 7]: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM02/FE6.gif
|
|
|
18
|
+[TrueType]: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM02/Chap2.html#distinguishing
|
|
9
|
19
|
|
|
10
|
20
|
## License
|
|
11
|
21
|
|