Updated alt text

This commit is contained in:
Andrew Murray 2024-02-20 21:37:06 +11:00
parent 55d0289a7d
commit 64579510c0
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ offset of the text, while the new ``bbox`` methods distinguish this as a ``top``
offset.
.. image:: ./example/size_vs_bbox.png
:alt: Demonstration of size height vs bbox top and bottom
:alt: In bbox methods, top measures the vertical distance above the text, while bottom measures that plus the vertical distance of the text itself. In size methods, height also measures the vertical distance above the text plus the vertical distance of the text itself.
:align: center
FreeTypeFont.getmask2 fill parameter

View File

@ -94,7 +94,7 @@ offset of the text, while the new ``bbox`` methods distinguish this as a ``top``
offset.
.. image:: ./example/size_vs_bbox.png
:alt: Demonstration of size height vs bbox top and bottom
:alt: In bbox methods, top measures the vertical distance above the text, while bottom measures that plus the vertical distance of the text itself. In size methods, height also measures the vertical distance above the text plus the vertical distance of the text itself.
:align: center
API Additions