fn get_font_aliases(name: &str) -> Vec<&'static str>
Returns common aliases for a font name.
This allows users to specify “Arial” and have the system try “Helvetica”, “Liberation Sans”, etc.