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
CSharpMath retains parsed Typography Typeface data for bundled and custom fonts. The original profile predates the current dependency snapshot. The shared, reproducible baseline is tracked in #293 and is a native prerequisite for this issue.
This issue owns reducing memory in the runtime font-loading path, especially custom LocalTypefaces; build-time precomputation for bundled fonts is separate in #191.
CSharpMath retains parsed Typography
Typefacedata for bundled and custom fonts. The original profile predates the current dependency snapshot. The shared, reproducible baseline is tracked in #293 and is a native prerequisite for this issue.This issue owns reducing memory in the runtime font-loading path, especially custom
LocalTypefaces; build-time precomputation for bundled fonts is separate in #191.Acceptance criteria:
LocalTypefacesand every current rendering output working.A solution must remain compatible with trimming/AOT and must not dispose caller-owned typefaces unexpectedly.