You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
Team, We are using sk paragraph for text rendering in windows we use skia version chrome/m128 font collection's default manager -- SkFontMgr_New_DirectWrite() font collection's dynamic manager - SkFontMgr_New_Custom_Data(span of skdata); While text layout() is called from paragraph builder in multi threaded environment , encountering an issue as follows
Getting crash while finding typefaces inside fontcollection class
Does Fontcollection and font managers are thread safe internally ? When me make mutex to layout() calls , it will affect the apps performance with delay rendering do we need to use separate fontcollection and fontmanager for each thread? Kindly reply, thanks in advance.
param...@gmail.com
unread,
Mar 12, 2025, 3:57:24 AMMar 12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
> Does Fontcollection and font managers are thread safe internally ?