Text is upside down #65
-
|
Hello everyone, I have followed the harfbuzzjs docs and implemented it but the outcome of text is upside down and the outcome for the text "hello" is |
Beta Was this translation helpful? Give feedback.
Answered by
khaledhosny
Jan 19, 2023
Replies: 1 comment
-
|
Font Y coordinates and SVG Y coordinates go into opposite directions, so you want to flip everything vertically. See the demo for a (slightly complicated) example of how to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khaledhosny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Font Y coordinates and SVG Y coordinates go into opposite directions, so you want to flip everything vertically. See the demo for a (slightly complicated) example of how to do this.