Home
last modified time | relevance | path

Searched refs:FONT_PATH (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/p5-GD-TextUtil/GDTextUtil-0.86/
H A DText.pm69 use vars qw($FONT_PATH @FONT_PATH $OS);
72 $FONT_PATH = $ENV{FONT_PATH} ||
181 local $FONT_PATH = $FONT_PATH;
229 if ($FONT_PATH)
234 $FONT_PATH = ".$dsep$FONT_PATH"
235 unless $FONT_PATH eq '.' || $FONT_PATH =~ /^\.$dsep/ ||
236 $FONT_PATH =~ /$dsep\.$/ || $FONT_PATH =~ /$dsep\.$dsep/;
241 $FONT_PATH = '.';
645 $FONT_PATH = shift;
646 if ($FONT_PATH)
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/
H A DMakefile.in34 old_IMAGE_PATH=$(IMAGE_PATH); old_FONT_PATH=$(FONT_PATH); \
35FONT_PATH="$HOME/.afterstep/desktop/fonts/:/usr/local/share/afterstep/desktop/fonts/:/usr/share/fo…
37 export IMAGE_PATH; export FONT_PATH; \
39 IMAGE_PATH=$(old_IMAGE_PATH); FONT_PATH=$(old_FONT_PATH); \
40 export IMAGE_PATH; export FONT_PATH; \
76 old_IMAGE_PATH=$(IMAGE_PATH); old_FONT_PATH=$(FONT_PATH); \
77FONT_PATH="@with_afterdir@/desktop/fonts/:@datarootdir@/afterstep/desktop/fonts/:/usr/share/fonts/…
79 export IMAGE_PATH; export FONT_PATH; \
81 IMAGE_PATH=$(old_IMAGE_PATH); FONT_PATH=$(old_FONT_PATH); \
82 export IMAGE_PATH; export FONT_PATH; \
/dports/games/simutrans/simutrans-121.0/
H A Dpathes.h26 #define FONT_PATH "font" macro
27 #define FONT_PATH_X FONT_PATH "/"
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dget-adobe-metrics.cpp60 #define FONT_PATH "./tetex/fonts/afm/adobe" macro
90 std::sprintf(line, "%s/%s/%s", FONT_PATH, d, s); in process()
151 if ((note = std::fopen(FONT_PATH "/../../../LICENSE.texmf", in main()
168 std::fprintf(out, " * extracted from %s\n *\n", FONT_PATH); in main()
H A Dreduce-cm-widths.cpp67 #define FONT_PATH "wxfonts/tfm" in new()
91 std::sprintf(line, "%s/%s", FONT_PATH, s);
162 std::fprintf(out, "%% extracted from %s\n\n", FONT_PATH);
H A Dget-computer-modern-metrics.cpp55 #define FONT_PATH "../fonts/cmpsfont-unix/afm" macro
86 std::sprintf(line, "%s/%s", FONT_PATH, s); in process()
179 std::fprintf(out, " * extracted from %s\n *\n", FONT_PATH); in main()
H A Dget-computer-modern-widths.cpp63 #define FONT_PATH "wxfonts/tfm" macro
86 std::sprintf(line, "%s/%s", FONT_PATH, s); in process()
149 std::fprintf(out, "// extracted from %s\n *\n", FONT_PATH); in main()
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/
H A Dprojectm.cpp81 # define FONT_PATH "C:\\WINDOWS\\Fonts\\arial.ttf" macro
85 # define FONT_PATH "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" macro
91 #undef FONT_PATH
92 #define FONT_PATH DEFAULT_FONT_FILE macro
112 add_loadfile( "projectm-title-font", FONT_PATH,
/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dmake_icons.py38 FONT_PATH = os.path.join( variable
105 fig = make_icon(FONT_PATH, ccode)
112 if not os.path.exists(FONT_PATH):
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/mupad/bin/
H A Dtm_mupad_help65 FONT_PATH=${MuPAD_DOC_PATH}/fonts//:
66 export FONT_PATH
109 PKFONTS=$PKFONTS:$FONT_PATH:$KPSE_TARGETDIR
/dports/games/luola/luola-1.3.2/src/
H A Dfs.c42 #define FONT_PATH "/font/" macro
47 #define FONT_PATH "data/font/" macro
95 strcat (fullpath, FONT_PATH); in getfullpath()
97 strcpy (fullpath, FONT_PATH); in getfullpath()
/dports/math/scilab/scilab-6.1.1/scilab/modules/commons/src/java/org/scilab/modules/commons/
H A DScilabGeneralPrefs.java32 private static final String FONT_PATH = "//fonts/body/fonts"; field in ScilabGeneralPrefs
71 if (all || e.getModifiedPaths().contains(FONT_PATH)) { in configurationChanged()
79 DesktopFont df = XConfiguration.get(DesktopFont.class, doc, FONT_PATH)[0]; in getDesktopFont()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DTextFTGL.cpp86 #ifdef FONT_PATH in findFont()
88 CHECK_FONT_PATH(FONT_PATH) in findFont()
/dports/comms/hylafax/hylafax-6.0.7/etc/
H A Dfaxsetup.sh.in1294 for d in `echo $FONT_PATH | $SED 's/:/ /g'`; do
1314 FONTNAME=`validateFont Courier $FONTMAP_PATH $FONT_PATH`
1327 for d in `echo $FONT_PATH | $SED 's/:/ /g'`; do
1377 genFontmap $DIR_LIBDATA/Fontmap.HylaFAX $FONT_PATH
1386 [ "$RUNTIME_PATH_AFM" != "$FONT_PATH" ] ); then
1421 [ "$CONFIGURED_PATH_AFM" != "$FONT_PATH" ] || \
1429 [ "$PATH_AFM" != "$FONT_PATH" ] || \
1442 if [ -n "$FONT_PATH" ] && [ "$PATH_AFM" != "$FONT_PATH" ]; then
1443 echo "FontPath: $FONT_PATH" >> $DIR_LIBDATA/hyla.conf.tmp
1444 PATH_AFM=$FONT_PATH
[all …]
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/guis/
H A DGuiFastSelect.cpp24 mLetterText.applyTheme(theme, "fastSelect", "letter", FONT_PATH | COLOR); in GuiFastSelect()
31 mSortText.applyTheme(theme, "fastSelect", "subtext", FONT_PATH | COLOR); in GuiFastSelect()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/
H A Dconfigure.ac69 [FONT_PATH="$withval"],
70 [FONT_PATH=""])
177 if test "x$TEXT_TYPE" = xFTGL -a "x$FONT_PATH" != x ; then
178 TEXT_CFLAGS="$TEXT_CFLAGS -DFONT_PATH=\"\\\"$FONT_PATH\\\"\""
180 FONT="$FONT_PATH "
192 if test "x$TEXT_TYPE" = xFTGL -a "x$HAVE_FONTCONFIG" != xyes -a "x$FONT_PATH" = x ; then
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dp4.h63 #define FONT_PATH "fonts\\pc\\%s" macro
H A Dsession.cpp110 sprintf(speech_font_one, FONT_PATH, "font.pcfont"); in ___init()
111 sprintf(remora_font, FONT_PATH, "futura.pcfont"); in ___init()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate_misc.h182 #define FONT_PATH "font_path" macro
/dports/textproc/py-wordcloud/word_cloud-1.5.0/wordcloud/
H A Dwordcloud.py29 FONT_PATH = os.environ.get('FONT_PATH', os.path.join(FILE, 'DroidSansMono.ttf')) variable
297 font_path = FONT_PATH
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dfont.cpp656 #ifdef FONT_PATH in findFont()
658 CHECK_FONT_PATH(FONT_PATH,NULL,&font,&path); in findFont()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/
H A DThemeData.h35 FONT_PATH = 32, enumerator
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DFont.cpp673 if(!(properties & FONT_PATH) && !(properties & FONT_SIZE)) in getFromTheme()
683 if(properties & FONT_PATH && elem->has("fontPath")) in getFromTheme()
/dports/print/lout/lout-3.40/
H A Dz01.c406 AddToPath(FONT_PATH, MakeWord(WORD, arg, no_fpos)); in run()
713 AddToPath(FONT_PATH, MakeWordThree(lib, STR_DIR, AsciiToFull(FONT_DIR))); in run()
/dports/emulators/emulationstation/EmulationStation-2.9.4/
H A DTHEMES.md411 * `text name="md_description"` - POSITION | SIZE | FONT_PATH | FONT_SIZE | COLOR | Z_INDEX
464 * `text name="md_description"` - POSITION | SIZE | FONT_PATH | FONT_SIZE | COLOR | Z_INDEX
517 * `text name="md_description"` - POSITION | SIZE | FONT_PATH | FONT_SIZE | COLOR | Z_INDEX
531 * `text name="logoText"` - FONT_PATH | COLOR | FORCE_UPPERCASE | LINE_SPACING | TEXT

12