Upstream PR
SourMesen/Mesen2 #85 by Vrabbers
Problem
On Linux, SKTypeface.FromFamilyName() calls through FontConfig are extremely slow, causing UI freezes when Memory View is open during emulation.
Fix
Cache SKTypeface objects with static tuple and GetCachedTypeface() helper in HexEditor.HexViewDrawOperation.cs.
Risk Assessment
Zero - caching optimization only.
Priority
MEDIUM - Linux UI performance
Upstream PR
SourMesen/Mesen2 #85 by Vrabbers
Problem
On Linux, SKTypeface.FromFamilyName() calls through FontConfig are extremely slow, causing UI freezes when Memory View is open during emulation.
Fix
Cache SKTypeface objects with static tuple and GetCachedTypeface() helper in HexEditor.HexViewDrawOperation.cs.
Risk Assessment
Zero - caching optimization only.
Priority
MEDIUM - Linux UI performance