Closed prepare closed 7 years ago
@vidstige , I tested it on my machine, but I don't know how to fix Travis CI Error
Thank you so much for this fix! Some minor comments. As for the build error, just click "details" to see log. :-) The log says the following:
Unhandled Exception:
System.IO.FileNotFoundException: Could not find file "/home/travis/build/vidstige/NRasterizer/..\..\..\Fonts\CompositeMS.ttf".
File name: '/home/travis/build/vidstige/NRasterizer/..\..\..\Fonts\CompositeMS.ttf'
The build runs on mac, so perhaps you can guess the problem from this exception? I added some comments on how to adress this issue.
Only thing remaining is the transformation thing.
Haha,
Where in the truetype spec does it says you need normal transformation? It's probably just that they store R matrix in column major order
you are right, I don't think that way before.
That fix (TransformNormal()), I bring it from here ... https://github.com/MikePopoloski/SharpFont/blob/master/SharpFont/Internal/Geometry.cs#L88
Only thing remaining is the transformation thing.
I fixed it in the latest PR
Great, thank you very much! :-)
Detail in the picture below,