skia without icu ?

189 views
Skip to first unread message

Michael Katz

unread,
Jun 15, 2023, 8:46:01 AM6/15/23
to skia-discuss
I am building Skia with vcpkg but I'm having trouble getting the icu dependency to build. See https://github.com/microsoft/vcpkg/issues/32020. However, by removing icu as a dependency from Skia's vcpkg.json file, I was able to get Skia to build correctly.

By removing icu, what Skia functionality am I giving up? In my application, I would like to be able to draw strings, but I don't need any complicated layout functionality. Without icu will I be able to draw strings at all? Will I be able to draw strings that contain non-ASCII characters?

K. Moon

unread,
Jun 15, 2023, 11:49:17 AM6/15/23
to skia-d...@googlegroups.com
In general, anything involving text shaping (layout) probably won't work correctly, or with only limited functionality. It seems like the easiest thing to do would be to test it yourself, though.

On Thu, Jun 15, 2023 at 5:46 AM Michael Katz <makdad...@gmail.com> wrote:
I am building Skia with vcpkg but I'm having trouble getting the icu dependency to build. See https://github.com/microsoft/vcpkg/issues/32020. However, by removing icu as a dependency from Skia's vcpkg.json file, I was able to get Skia to build correctly.

By removing icu, what Skia functionality am I giving up? In my application, I would like to be able to draw strings, but I don't need any complicated layout functionality. Without icu will I be able to draw strings at all? Will I be able to draw strings that contain non-ASCII characters?

--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/bf544340-3162-4e1e-ac64-a58e439160d6n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages