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
This is needed to properly support point size sizing for text rendering and other PPI-specific sizing (if added). Need to mull over the proper API since output surfaces are scaled up by default currently, which would introduce fuzzy typography.
The text was updated successfully, but these errors were encountered:
Introduce strong types for pixels and physical distance and overload on them? I know that graphics like this seem to be inch based but I would say we make them meter-based so std::ratio<1, 1> would mean meters.
So density can be expressed in negative powers, right?
This is needed to properly support point size sizing for text rendering and other PPI-specific sizing (if added). Need to mull over the proper API since output surfaces are scaled up by default currently, which would introduce fuzzy typography.
The text was updated successfully, but these errors were encountered: