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
Although views currently scale according to the DPI settings for the monitor, the text currently does not. The TraitCollection type has the necessary information which needs to be wired through to FontMetrics, FontDescriptor, and Font. The Window type conforms to TraitEnvironment and will send the traitCollectionDidChange(_:) which allows the responder chain to react and re-size fonts on views conforming to ContentSizeCategoryAdjusting.
The text was updated successfully, but these errors were encountered:
Although views currently scale according to the DPI settings for the monitor, the text currently does not. The
TraitCollection
type has the necessary information which needs to be wired through toFontMetrics
,FontDescriptor
, andFont
. TheWindow
type conforms toTraitEnvironment
and will send thetraitCollectionDidChange(_:)
which allows the responder chain to react and re-size fonts on views conforming toContentSizeCategoryAdjusting
.The text was updated successfully, but these errors were encountered: