pub fn unicode_font_character(font: &str, ch: &str) -> Option<String>Expand description
Returns the Unicode mathematical alphanumeric character for a given font
style and ASCII letter/digit, or None when no mapping exists.
Font styles that match LaTeX commands:
mathbf/boldsymbol— Bold / Bold Italicmathit— Italicmathbb— Double-struck (blackboard bold)mathcal— Calligraphic / Scriptmathfrak— Frakturmathscr— Script (rsfs)mathsf— Sans-serifmathtt— Monospacemathsfit— Sans-serif Italicmathrm/mathnormal— Roman (identity, not handled here) / Italic