Hello,
I'm trying out SkParagaph to replace SkCanvas::drawSimpleText because it offers additional support which I need.
However, I'm facing a couple of issues with it. I'm using Milestone 128 at this point.
Second issue is that icudtl.dat need to be present in the executable directory. If it is not present, a crash occurs (see this discussion:
Crash in Windows for SkParagraph). Is there a way to fix this and avoid the crash (just don't render anything instead)?
Finally, in the "FontCollection.h" public header, there is an include directive to a file located in the src directory:
This is annoying because it requires us to also store source files instead of only public header files in our Git. Is there a way to fix this and remove that dependency (move SkTHash in the public headers as well maybe?) ?
Thanks,
Cédric