Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1dba8e

Browse files
committed
Clarify doc for Tfm.design_size.
See spec in `texdoc tftopl` section 10 and `texdoc dvitype` section 18.
1 parent ae3d057 commit c1dba8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/dviread.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,8 @@ class Tfm:
776776
checksum : int
777777
Used for verifying against the dvi file.
778778
design_size : int
779-
Design size of the font (unknown units)
779+
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.
780781
width, height, depth : dict
781782
Dimensions of each character, need to be scaled by the factor
782783
specified in the dvi file. These are dicts because indexing may

0 commit comments

Comments
 (0)