-
Notifications
You must be signed in to change notification settings - Fork 102
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
Changing font has no effect #408
Comments
Please give the example of the formula you are rendering using this code. Note that this system font setting only applies to the text section of the formula (i.e. when you use the (I'll open a separate feature request, and we'll think of auto-expanding the metrics system to work with any text in formulas later, if your request is about that part; but, to figure that out, we need a formula example.) |
Thank you
I already create two plugins to use them in Rhinoceros 3D and Grasshopper, and i hope if there is a way to export the formula as svg or at least adding support for thin font, because create vector (svg or dxf) from thin font is easier in Rhino |
For this formula, you can try something like this:
|
Hi
I change font in
var pngBytes = formula.RenderToPng(20.0, 0.0, 0.0, "Algerian");
But i don't see any change, why?
And can you add support for thin font like this one
The text was updated successfully, but these errors were encountered: