Skip to content
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

Binding sk font scanner #298

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

HinTak
Copy link
Collaborator

@HinTak HinTak commented Jan 2, 2025

Fixes #282

This is inclusive of #296

See
python/cpython#128161
"Defining iterator in a separate class no longer works in 3.13"

We have iterator for SkTextBlob defined by SkTextBlob::Iter(textblob),
which is the c++/pybind11 equivalent of the same situation.
Following the suggestion:
python/cpython#128161 (comment)

Also see actions/runner-images#11241

Fixes kyamagu#295
FontScanner.MakeFromData, from upstream's SkFontScanner::MakeFromStream

Reference from Chromium m127's third_party/blink/renderer/platform/fonts/web_font_typeface_factory.cc

Fixes kyamagu#282
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

M132's SkFontScanner
1 participant