8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3d057 commit c1dba8eCopy full SHA for c1dba8e
lib/matplotlib/dviread.py
@@ -776,7 +776,8 @@ class Tfm:
776
checksum : int
777
Used for verifying against the dvi file.
778
design_size : int
779
- Design size of the font (unknown units)
+ Design size of the font (in 12.20 TeX points); unused because it is
780
+ overridden by the scale factor specified in the dvi file.
781
width, height, depth : dict
782
Dimensions of each character, need to be scaled by the factor
783
specified in the dvi file. These are dicts because indexing may
0 commit comments