We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_font_instance
I'm little confused about parameter font variations of add_font_instance, and in almost all examples, we just pass an empty vector to it.
Recently, I found create CTFont will lose font variation, and as @jrmuizel said, we create native font with postscript name and create data font with font descriptor(and font variation).
I thought we can get font variations only if we got CTFont/CGFont, right?
CTFont/CGFont
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm little confused about parameter font variations of add_font_instance, and in almost all examples, we just pass an empty vector to it.
Recently, I found create CTFont will lose font variation, and as @jrmuizel said, we create native font with postscript name and create data font with font descriptor(and font variation).
I thought we can get font variations only if we got
CTFont/CGFont
, right?The text was updated successfully, but these errors were encountered: