Replies: 1 comment
-
@xland Hello, please check this and feel free to raise a issue with what you need. Thanks. Plan: https://github.com/thorvg/thorvg/wiki/25'-Development-Roadmap Some relative issues:
cc: @mgrudzinska |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any API about text measure?
or Glyphs.
something like:
font.textToGlyphs(text1.data(), length, SkTextEncoding::kUTF16, glyphs.data(), text1.size());
font.measureText(text.c_str(), length, SkTextEncoding::kUTF16, &measureRect);
If these APIs are not available now, will they be in the future?
Beta Was this translation helpful? Give feedback.
All reactions