From d01eb3cbbc39919521a618bb2d3dade6394ca2e5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 13 Oct 2022 14:22:23 -0600 Subject: [PATCH] Remove Meiryo fonts, they are not working --- examples/text/src/font/fallback/windows.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/text/src/font/fallback/windows.rs b/examples/text/src/font/fallback/windows.rs index 212a593..af703bc 100644 --- a/examples/text/src/font/fallback/windows.rs +++ b/examples/text/src/font/fallback/windows.rs @@ -43,9 +43,7 @@ pub fn script_fallback(script: &Script, locale: &str) -> &'static [&'static str] Script::Gurmukhi => &["Nirmala UI"], Script::Han => han_unification(locale), Script::Hangul => &["Malgun Gothic"], - Script::Hiragana => &["Meiryo"], Script::Kannada => &["Nirmala UI"], - Script::Katakana => &["Meiryo"], Script::Khmer => &["Leelawadee UI"], Script::Lao => &["Leelawadee UI"], Script::Malayalam => &["Nirmala UI"],