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
I'm looking for the fallback implementation, but I seen this:
/// Get font fallback results for the given text and locale.////// Note: this is currently just a stub implementation, a proper implementation/// would likely use FontConfig, at least on Linux. It's not clear what a/// FreeType loader with a non-FreeType source should do.fnget_fallbacks(&self,text:&str,_locale:&str) -> FallbackResult<Font>{warn!("unsupported");FallbackResult{fonts:Vec::new(),valid_len: text.len(),}}
And blame tells me that It's been added 5 years ago by comments, but It seems
like no body is working on this. I hope it can be implemented.
The text was updated successfully, but these errors were encountered:
I'm looking for the fallback implementation, but I seen this:
And blame tells me that It's been added 5 years ago by comments, but It seems
like no body is working on this. I hope it can be implemented.
The text was updated successfully, but these errors were encountered: