Description of problem:
Japanese chars and Latin chars in the same line do not vertically align when the pango context's gravity is set to PANGO_GRAVITY_EAST and its hint set to PANGO_GRAVITY_HINT_LINE.
Version-Release number of selected component (if applicable):
pango-1.44.7-1.fc31.x86_64
How reproducible:
Always
Steps to Reproduce:
pango-view --text="あーいうえお abcde" --gravity east --gravity-hint line --font="NotoSerifJP 24"
Actual results:
Japanese chars and Latin chars in the same line do not vertically align.
Expected results:
Japanese chars and Latin chars in the same line vertically align as before.
Additional info:
Created attachment 1647755[details]
Actural result
Screen shot of
pango-view --text="あーいうえお abcde" --gravity east --gravity-hint line --font="NotoSerifJP 24"
Created attachment 1647756[details]
Expected result
The expected result of calling
pango-view --text="あーいうえお abcde" --gravity east --gravity-hint line --font="NotoSerifJP 24"