Added a class called NativeFont that hides the details of font selection, measuring, and rasterization. QtNativeFont implements the same functionality and behavior that previously was in Font.
Removed the AltFamily kludge as NativeFont has a better mapping mechanism.
Refactor|libgui: Native font abstraction
Added a class called NativeFont that hides the details of font
selection, measuring, and rasterization. QtNativeFont implements
the same functionality and behavior that previously was in Font.
Removed the AltFamily kludge as NativeFont has a better mapping
mechanism.