Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
13
typings/matplotlib/_mathtext_data.pyi
Normal file
13
typings/matplotlib/_mathtext_data.pyi
Normal file
|
@ -0,0 +1,13 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
"""
|
||||
font data tables for truetype and afm computer modern fonts
|
||||
"""
|
||||
latex_to_bakoma = ...
|
||||
type12uni = ...
|
||||
uni2type1 = ...
|
||||
tex2uni = ...
|
||||
stix_virtual_fonts: dict[str, dict[str, list[tuple[int, int, str, int]]] | list[tuple[int, int, str, int]]] = ...
|
||||
stix_glyph_fixes = ...
|
Loading…
Add table
Add a link
Reference in a new issue