|
@@ -55,6 +55,7 @@ public:
|
|
void for_each_fixed_width_font(Function<void(Gfx::Font const&)>);
|
|
void for_each_fixed_width_font(Function<void(Gfx::Font const&)>);
|
|
|
|
|
|
void for_each_typeface(Function<void(Typeface const&)>);
|
|
void for_each_typeface(Function<void(Typeface const&)>);
|
|
|
|
+ void for_each_typeface_with_family_name(String const& family_name, Function<void(Typeface const&)>);
|
|
|
|
|
|
void load_all_fonts_from_path(DeprecatedString const&);
|
|
void load_all_fonts_from_path(DeprecatedString const&);
|
|
|
|
|