diff --git a/basis/core-text/core-text.factor b/basis/core-text/core-text.factor index 6f9a7d9dbd..356f2d9f83 100644 --- a/basis/core-text/core-text.factor +++ b/basis/core-text/core-text.factor @@ -117,7 +117,7 @@ render-loc render-dim ; :: ( font string -- line ) [ line new-disposable - font retina? [ cache-font@2x ] [ cache-font ] if :> open-font + font retina? get-global [ cache-font@2x ] [ cache-font ] if :> open-font string open-font font foreground>> |CFRelease :> line open-font line compute-line-metrics [ >>metrics ] [ metrics>dim >>dim ] bi