/dports/editors/mined/mined-2015.25/usrshare/bin/ |
H A D | uprint | 161 FONTPATH=${FONTPATH-$YUDITDATA} 162 case "$FONTPATH" in 163 "") FONTPATH="$morefonts";; 164 *) FONTPATH="$FONTPATH:$morefonts";; 173 fontfiles=`echo ${FONTPATH}: | sed -e "s,:,/$font.ttf ,g"`
|
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/doc/ |
H A D | hooks.texi | 68 The font file used is looked for in a FONTPATH environment variable, and 115 FONTPATH="/cygdrive/c/WINDOWS/Fonts/" 116 FONTPATH="$FONTPATH:/usr/share/imlib2/data/fonts/" 117 FONTPATH="$FONTPATH:/usr/X11R6/lib/X11/fonts/TTF/" 118 export FONTPATH 234 Text fonts are being looked for in a FONTPATH environment variable. 235 If the FONTPATH environment variable is not available, or is not checked by 244 FONTPATH="/cygdrive/c/WINDOWS/Fonts/" 245 FONTPATH="$FONTPATH:/usr/share/imlib2/data/fonts/" 246 FONTPATH="$FONTPATH:/usr/X11R6/lib/X11/fonts/TTF/" [all …]
|
/dports/comms/hylafax/hylafax-6.0.7/util/ |
H A D | pcl2fax.sh.in | 196 if [ ! "$PCLFONTSOURCE" -a -n "$FONTPATH" ] ; then 197 PCLFONTSOURCE=$FONTPATH
|
/dports/x11-fonts/xfs/xfs-1.2.0/ |
H A D | configure.ac | 100 [ FONTPATH="$withval" ], 101 [ FONTPATH="${DEFAULT_FONT_PATH}" ]) 104 AC_MSG_RESULT([$FONTPATH]) 106 AC_SUBST([FONTPATH]) subst
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
H A D | xf86tokens.h | 100 FONTPATH, enumerator
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
H A D | xf86tokens.h | 100 FONTPATH, enumerator
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
H A D | xf86tokens.h | 100 FONTPATH, enumerator
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
H A D | xf86tokens.h | 100 FONTPATH, enumerator
|
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/parser/ |
H A D | Files.c | 66 {FONTPATH, "fontpath"}, 93 case FONTPATH: in xf86parseFilesSection()
|
/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/tests/ |
H A D | test_generate_diagram.py | 29 FONTPATH = os.path.join(TESTDIR, 'VLGothic', 'VL-Gothic-Regular.ttf') variable 111 args = ['-f', '/font_is_not_exist', '-f', FONTPATH, 'input.diag']
|
/dports/japanese/groff/groff-1.18.1.1/src/xditview/ |
H A D | device.c | 13 #ifndef FONTPATH 14 #define FONTPATH "/usr/local/share/groff/font:/usr/local/lib/font:/usr/lib/font" macro 578 + strlen(FONTPATH) + 1); 584 strcat(path, FONTPATH);
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/ |
H A D | ScilabContext.java | 49 public static final String FONTPATH = "//fonts/body/fonts/item"; field in ScilabContext 143 scinotes = XConfiguration.get(FontInfo.class, doc, FONTPATH + "[@name='Scinotes']"); in configurationChanged() 164 scinotesInfos = XConfiguration.get(FontInfo.class, doc, FONTPATH + "[@name='Scinotes']"); in genAll()
|
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/ |
H A D | resident.c | 3 #ifndef FONTPATH 4 #define FONTPATH "TEXFONTS" macro 955 tfmpath = getenvup(FONTPATH, tfmpath); 967 else if (getenv(FONTPATH)) 968 pkpath = getenvup(FONTPATH, pkpath);
|
/dports/japanese/groff/groff-1.18.1.1/src/libs/libgroff/ |
H A D | fontfile.cc | 35 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0);
|
/dports/textproc/groff/groff-1.22.4/src/libs/libgroff/ |
H A D | fontfile.cpp | 32 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0);
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/java/org/scilab/modules/console/ |
H A D | ConsoleConfiguration.java | 63 … font = path.contains(ConsoleOptions.CONSOLEFONTPATH) || path.contains(ConsoleOptions.FONTPATH); in Conf()
|
/dports/textproc/groff/groff-1.22.4/src/include/ |
H A D | include.am | 33 "FONTPATH=\"$(fontpath)\"" \
|