MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _map_virtual_font

Method _map_virtual_font

lib/matplotlib/_mathtext.py:626–628  ·  view source on GitHub ↗
(self, fontname: str, font_class: str,
                          uniindex: CharacterCodeType)

Source from the content-addressed store, hash-verified

624 _slanted_symbols = set(r"\int \oint".split())
625
626 def _map_virtual_font(self, fontname: str, font_class: str,
627 uniindex: CharacterCodeType) -> tuple[str, CharacterCodeType]:
628 return fontname, uniindex
629
630 def _get_glyph(self, fontname: str, font_class: str,
631 sym: str) -> tuple[FT2Font, CharacterCodeType, bool]:

Callers 1

_get_glyphMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected