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

Introduce text_size_info and change back where text is positioned #692

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

Commits on Oct 25, 2024

  1. Introduce text_size_info and change back where text is positioned

    text_size_info can give both the box where the font wants to be
    logically placed to form a line (But depending on the font it might draw
    pixels out of this box) and the pixel-bounding box where pixels were
    really placed.
    vbfox committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3732576 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Export the new fn and type

    vbfox committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ed86733 View commit details
    Browse the repository at this point in the history