Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make PyFT2Font a subclass of FT2Font #30324

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

Merged
QuLogic merged 2 commits into matplotlib:text-overhaul from QuLogic:ft2font-subcless
Aug 7, 2025

Conversation

Copy link
Member

@QuLogic QuLogic commented Jul 17, 2025
edited
Loading

PR summary

This avoids a level of indirection, and also means that a FT2Font is a PyFT2Font (since there are no other subclasses), which helps with some future work. The only downside is that the constructor/destructor order is fixed and slightly different, so we need to split the open/close stages for the FT_Face and explicitly call them in PyFT2Font.

There are currently still two copies of the fallback list, one on each level. The one on FT2Font is what's actually used, but the one on PyFT2Font is the actual owner (because pybind11 owns the objects, so we need a Python object to own them). I think it may be possible to drop that extra copy by switching to std::shared_ptr, but that will likely require the smart holders that are new in pybind11 v3, and I haven't fully tested that out yet.

(削除) This PR is based on/waiting for #30322. (削除ここまで)

PR checklist

Copy link
Member Author

QuLogic commented Jul 18, 2025

The goal here is to avoid having to this whole set_parent thing: https://github.com/matplotlib/matplotlib/pull/30000/files#diff-c8ef50e596f5bb461a98e5c60d0061276d773c260b206290ee71c63817242c08R174-R183 for which we have to map FT_Face -> FT2Font -> PyFT2Font but with this PR, the latter two are the same.

@github-actions github-actions bot removed topic: rcparams Documentation: user guide files in galleries/users_explain or doc/users labels Jul 24, 2025
@QuLogic QuLogic marked this pull request as ready for review July 24, 2025 19:06
@QuLogic QuLogic moved this from Waiting for other PR to Ready for Review in Font and text overhaul Jul 24, 2025
Copy link
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modulo clarifying a comment and moving two parts of the codes closer together again.

Copy link
Member

timhoffm commented Aug 5, 2025

Modulo clarifying the possibly duplicate close #30324 (review)

Copy link
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QuLogic can self-merge when CI passes again.

@QuLogic QuLogic merged commit db17baf into matplotlib:text-overhaul Aug 7, 2025
35 of 37 checks passed
@QuLogic QuLogic deleted the ft2font-subcless branch August 7, 2025 21:18
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Aug 21, 2025
I thought this was because this branch was missing
d2d969e, but it was actually a change
introduced in matplotlib#30324 as a separate (but similar-looking) issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@tacaswell tacaswell tacaswell approved these changes

@timhoffm timhoffm timhoffm approved these changes

Assignees
No one assigned
Projects
Status: Done
Milestone
v3.11.0
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /