Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Allow users to set font features and font axes #10525
Allow users to set font features and font axes #10525
Changes from all commits
d0c37fd
e3bba2b
575a2d6
7a40553
ae9e1b5
afd89ed
acc03bb
797bae5
a23254c
64e42bf
5f23633
0a9b1eb
bd469bd
8ec55ad
9d08385
87fca5c
b14360c
5c1be4f
1bb1d10
6abfc87
6310190
f97d5a2
3b57e17
deaa7e9
c9fcf2b
51ffd37
cfa1e4b
f99069e
25471f6
f22eecd
e5d2dc2
4c5e9e9
1312325
8c8d592
6022521
1ecc663
968fb1b
6dd06f0
420e92c
4a0541b
fc28c72
2f8f4fa
7554210
a94a9af
851af82
17637d8
97ccdd8
104af53
e0a6a6c
9ebaaeb
32a2e55
753c00c
b2db07e
319e30a
04d6f00
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just return early when
_renderEngine
is NULL? That means it's being destroyed, right? I thinkThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can also mean that
Initialize
has not been called yet! (which I don't think ever happens but yeah)