Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b618d8e

Browse files
committed
DOC: use Água as sample text to show ascender and descender
1 parent 84357c6 commit b618d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/misc/ftface_props.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
fig, ax = plt.subplots(figsize=(8, 6))
6565

6666
fp = FontProperties(fname=font_path)
67-
tp = TextPath((0, 0), "Ag", size=1, prop=fp)
67+
tp = TextPath((0, 0), "Água", size=1, prop=fp)
6868
text_bb = tp.get_extents()
6969

7070
# Centre the glyph at a fixed x position, then read back where it actually lands.

0 commit comments

Comments
 (0)