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
I'd like to build a skia sharp library file (dynamic/shared) that will only be used for Font rendering, thus reducing the size of my program's dependencies. However, I am unable to find a way to configure Skia Sharp to only include certain parts of it and would like to know if there is any guide I can follow for this.
The text was updated successfully, but these errors were encountered:
SkiaSharp is already quite small, usually between 4-5 MB per platform architecture. The last few releases was actually a bug, see #573 and #584
To further reduce the size, you could have a look at building your own. We typically include everything because we don't know what you are going to be using. You can remove quite a bit.
I'd like to build a skia sharp library file (dynamic/shared) that will only be used for Font rendering, thus reducing the size of my program's dependencies. However, I am unable to find a way to configure Skia Sharp to only include certain parts of it and would like to know if there is any guide I can follow for this.
The text was updated successfully, but these errors were encountered: