Home | History | Annotate | Download | only in ImageMagick

Lines Matching refs:font_dir

36217   for font_dir in '/Library/Fonts/'; do
36218 if test -f "${font_dir}Arial.ttf"; then
36219 apple_font_dir="${font_dir}"
36241 for font_dir in "${prefix}/share/dejavu/fonts/" '/usr/share/fonts/dejavu/'; do
36242 if test -f "${font_dir}DejaVuSerif.ttf"; then
36243 dejavu_font_dir="${font_dir}"
36267 for font_dir in "c:\\Program Files\\gs\\fonts\\" "c:\\Program Files \(x86\)\\gs\\fonts\\" "c:\\gs\\fonts\\"; do
36268 if test -f "${font_dir}a010013l.pfb"; then
36269 ghostscript_font_dir="$font_dir"
36278 for font_dir in "${prefix}/share/ghostscript/fonts/" '/usr/share/fonts/default/Type1/' '/usr/share/ghostscript/fonts/' '/usr/share/fonts/ghostscript/' '/usr/share/fonts/type1/gsfonts/' '/opt/local/share/ghostscript/fonts/' '/sw/share/ghostscript/fonts/' '/System/Library/Frameworks/Ghostscript.framework/Resources/fonts/'; do
36279 if test -f "${font_dir}a010013l.pfb"; then
36280 ghostscript_font_dir="${font_dir}"
36313 for font_dir in '/usr/X11R6/lib/X11/fonts/truetype/' '/usr/X11R7/lib/X11/fonts/truetype/' '/usr/share/fonts/msttcore/'; do
36314 if test -f "${font_dir}arial.ttf"; then
36315 windows_font_dir="${font_dir}"