File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ use i_slint_core::graphics::FontRequest;
99use i_slint_core:: items:: { TextHorizontalAlignment , TextVerticalAlignment } ;
1010use i_slint_core:: lengths:: { LogicalLength , ScaleFactor } ;
1111use i_slint_core:: { items, Color } ;
12- use skia_safe:: FontMgr ;
1312
1413use super :: itemrenderer:: to_skia_color;
1514use super :: { PhysicalLength , PhysicalPoint , PhysicalRect , PhysicalSize } ;
@@ -34,7 +33,6 @@ thread_local! {
3433 let font_mgr = skia_safe:: FontMgr :: new( ) ;
3534 let type_face_font_provider = skia_safe:: textlayout:: TypefaceFontProvider :: new( ) ;
3635 let mut font_collection = skia_safe:: textlayout:: FontCollection :: new( ) ;
37- font_collection. set_default_font_manager( FontMgr :: new( ) , None ) ;
3836 // FontCollection first looks up in the dynamic font manager and then the asset font manager. If the
3937 // family is empty, the default font manager will match against the system default. We want that behavior,
4038 // and only if the family is not present in the system, then we want to fall back to the assert font manager
You can’t perform that action at this time.
0 commit comments