-
Notifications
You must be signed in to change notification settings - Fork 299
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
Cannot find correct font resource in makeText (OCP branch) #337
Comments
I get the same error on Ubuntu 18.04. |
@jmwright Glad to hear its repeatable. After changing the way |
Thanks for finding this @michaelgale ! |
So was this fixed in this commit? 23418b9 |
This seems to be fixed. Closing. |
Yep. Its been fixed for a while. Forgot to close. |
When attempting to specify a specific typeface for makeText, it results in the following error:
After making an alternate implementation of makeText, I discovered that the
makeText
method should be modified as follows:should be:
Perhaps its related to how
Font_BRepTextBuilder
gets wrapped when building OCP?Tested on Linux version 4.15.0-96-generic (ubuntu 18.04)
The text was updated successfully, but these errors were encountered: