File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2006-08-28 font_manager.py: Added /usr/local/share/fonts to list of
2+ X11 font directories - DSD
3+
142006-08-28 mahtext2.py: Initial support for complex fractions. Also,
25 rendering is now completely separated from parsing. The
36 sub/superscripts now work better.
Original file line number Diff line number Diff line change 6060 r'SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts' ]
6161
6262X11FontDirectories = [
63- # what seems to be the standard installation point
63+ # an old standard installation point
6464 "/usr/X11R6/lib/X11/fonts/TTF/" ,
65- # documented as a good place to install new fonts...
65+ # here is the new standard location for fonts
6666 "/usr/share/fonts/" ,
67+ # documented as a good place to install new fonts
68+ "/usr/local/share/fonts/" ,
6769 # common application, not really useful
6870 "/usr/lib/openoffice/share/fonts/truetype/" ,
6971 ]
You can’t perform that action at this time.
0 commit comments