You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the number of GlyphVertex instances that will be generated by the Section on the next process_queued call? I need to order the section drawing with other drawing operations, and for that I need to know which GlyphVertex instances came from which Section. I want to implement Skia-like SaveLayer functionality, which means I can't draw all the text at once, but have to switch rendering targets in between.
The text was updated successfully, but these errors were encountered:
Is there a way to get the number of GlyphVertex instances that will be generated by the Section on the next process_queued call? I need to order the section drawing with other drawing operations, and for that I need to know which GlyphVertex instances came from which Section. I want to implement Skia-like SaveLayer functionality, which means I can't draw all the text at once, but have to switch rendering targets in between.
The text was updated successfully, but these errors were encountered: