-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple font weights within a single file. #37
Comments
Bah, cannot open tools version 14 on Xamarin on my Mac. Perhaps later on. |
lol... no rush just thought I would drop on some ideas to advance the library, and make it best in breed. 😁 I'm hoping to make it the goto library for Font stuff in the netstandard world by adopting it for ImageSharp (which we're hoping will be the goto image manipulation library). |
nvm, it worked fine when running with Microsoft dotnet instead of mono like so dotnet restore
xbuild NRasterizer.sln /p:Configuration=Release Can you run on linux hosts on appveyor? In that case we could have two builds (or four for Debug/Release). |
I don't think appveyor supports linux. I think that'll require fighting with travis again, and getting both build systems running side by side. My gut says you should use appveyor for production build full unit testing etc and creating the tags release builds and a travis build to ensure that you can provide a nice build experience for linux/mac users and maybe for running linux based integration tests to make sure it all works. |
Ok, this turned into a general chat. :-) Perhaps there is another forum for ImageSharp discussions? Anyway, how is this integrated into ImageSharp right now? If there are bezier / line filling, that's probably going to look prettier than using my rasterizer as it is pretty crap right now. The font loader is fine to use though. |
It would be awesome if NRasterizer could support rendering multiple font weights from a single file.
The text was updated successfully, but these errors were encountered: