Home
last modified time | relevance | path

Searched refs:fontpath (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/print/py-fonttools3/fonttools-3.44.0/Tests/subset/
H A Dsubset_test.py349 font = TTFont(fontpath)
363 font = TTFont(fontpath)
368 font.save(fontpath)
385 _, fontpath = self.compile_font(
573 font = TTFont(fontpath)
584 fontpath,
605 font = TTFont(fontpath)
620 fontpath,
656 fontpath,
691 font = TTFont(fontpath)
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Tests/subset/
H A Dsubset_test.py365 font = TTFont(fontpath)
379 font = TTFont(fontpath)
384 font.save(fontpath)
589 font = TTFont(fontpath)
600 fontpath,
621 font = TTFont(fontpath)
636 fontpath,
672 fontpath,
707 font = TTFont(fontpath)
712 fontpath,
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dvariable.c323 free(fontpath); in fontpath_handler()
331 if (!fontpath) in fontpath_handler()
431 if (fontpath) { in fontpath_handler()
433 fontpath = gp_realloc(fontpath, in fontpath_handler()
456 if (fontpath) in fontpath_handler()
463 envptr = fontpath; in fontpath_handler()
484 memmove(fontpath + plen + 1, fontpath, elen + 1); in fontpath_handler()
497 if (fontpath) { in fontpath_handler()
519 if (!fontpath) in fontpath_handler()
523 p = fontpath; in fontpath_handler()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Di_ttf.c231 char *fontpath = NULL; in I_StartupTTF() local
251 fontpath = searchFont(FONTSEARCHPATH1); in I_StartupTTF()
252 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
257 fontpath = searchFont(FONTSEARCHPATH2); in I_StartupTTF()
258 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
264 fontpath = searchFont(FONTSEARCHPATH3); in I_StartupTTF()
265 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
272 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
279 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
286 if (fontpath) fontstatus = I_TTFLoadFont(fontpath, fontpointsize); in I_StartupTTF()
[all …]
/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/tests/
H A Dtest_utils_fontmap.py33 self.fontpath = [fontpath1, fontpath2]
177 (self.fontpath[0], self.fontpath[1])
184 self.assertEqual(self.fontpath[0], font1.path)
202 self.assertEqual(self.fontpath[1], font4.path)
219 (self.fontpath[0], self.fontpath[1])
226 (self.fontpath[0], self.fontpath[1])
232 self.assertEqual(self.fontpath[1], font1.path)
237 self.fontpath[0]
245 self.assertEqual(self.fontpath[0], font1.path)
326 (self.fontpath[0], self.fontpath[1])
[all …]
/dports/x11-servers/Xfstt/xfstt-1.11/doc/examples/
H A Dtest.sh5 fontpath="unix/:7101"
18 echo Trying to connect via $fontpath
19 xset +fp $fontpath
26 echo Disconnecting from $fontpath
27 xset -fp $fontpath
/dports/www/moodle310/moodle/theme/
H A Dfont.php177 function send_cached_font($fontpath, $etag, $font, $mimetype) { argument
186 header('Last-Modified: '. gmdate('D, d M Y H:i:s', filemtime($fontpath)) .' GMT');
192 header('Content-Length: '.filesize($fontpath));
194 if (xsendfile($fontpath)) {
200 readfile($fontpath);
204 function send_uncached_font($fontpath, $font, $mimetype) { argument
211 header('Content-Length: '.filesize($fontpath));
213 readfile($fontpath);
/dports/www/moodle311/moodle/theme/
H A Dfont.php177 function send_cached_font($fontpath, $etag, $font, $mimetype) { argument
186 header('Last-Modified: '. gmdate('D, d M Y H:i:s', filemtime($fontpath)) .' GMT');
192 header('Content-Length: '.filesize($fontpath));
194 if (xsendfile($fontpath)) {
200 readfile($fontpath);
204 function send_uncached_font($fontpath, $font, $mimetype) { argument
211 header('Content-Length: '.filesize($fontpath));
213 readfile($fontpath);
/dports/www/moodle39/moodle/theme/
H A Dfont.php177 function send_cached_font($fontpath, $etag, $font, $mimetype) { argument
186 header('Last-Modified: '. gmdate('D, d M Y H:i:s', filemtime($fontpath)) .' GMT');
192 header('Content-Length: '.filesize($fontpath));
194 if (xsendfile($fontpath)) {
200 readfile($fontpath);
204 function send_uncached_font($fontpath, $font, $mimetype) { argument
211 header('Content-Length: '.filesize($fontpath));
213 readfile($fontpath);
/dports/print/fontforge/fontforge-20201107/pycontrib/FontCompare/fc/
H A Dmockify.py50 def __init__(self,fontpath,pixelsize,glyphrange): argument
51 font = fontforge.open(fontpath)
61 font = fontforge.open(fontpath)
64 font = fontforge.open(fontpath)
69 bashcommand+="docs/doc.txt\" \""+fontpath+"\""
/dports/russian/gd/libgd-2.3.1/src/
H A Dgdft.c177 char *fontpath; member
585 a->fontpath = NULL; in fontFetch()
595 if (*error || !a->fontpath || !a->fontpath[0]) { in fontFetch()
597 if (a->fontpath) in fontFetch()
598 free(a->fontpath); in fontFetch()
620 free(a->fontpath); in fontFetch()
636 gdFree (a->fontpath); in fontRelease()
1208 memcpy(strex->fontpath, font->fontpath, fontpath_len); in gdImageStringFTEx()
1742 *fontpath = NULL; in font_pattern()
1794 *fontpath = NULL; in font_path()
[all …]
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgdft.c177 char *fontpath; member
585 a->fontpath = NULL; in fontFetch()
595 if (*error || !a->fontpath || !a->fontpath[0]) { in fontFetch()
597 if (a->fontpath) in fontFetch()
598 free(a->fontpath); in fontFetch()
620 free(a->fontpath); in fontFetch()
636 gdFree (a->fontpath); in fontRelease()
1208 memcpy(strex->fontpath, font->fontpath, fontpath_len); in gdImageStringFTEx()
1742 *fontpath = NULL; in font_pattern()
1794 *fontpath = NULL; in font_path()
[all …]
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgdft.c177 char *fontpath; member
585 a->fontpath = NULL; in fontFetch()
595 if (*error || !a->fontpath || !a->fontpath[0]) { in fontFetch()
597 if (a->fontpath) in fontFetch()
598 free(a->fontpath); in fontFetch()
620 free(a->fontpath); in fontFetch()
636 gdFree (a->fontpath); in fontRelease()
1208 memcpy(strex->fontpath, font->fontpath, fontpath_len); in gdImageStringFTEx()
1742 *fontpath = NULL; in font_pattern()
1794 *fontpath = NULL; in font_path()
[all …]
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgdft.c177 char *fontpath; member
585 a->fontpath = NULL; in fontFetch()
595 if (*error || !a->fontpath || !a->fontpath[0]) { in fontFetch()
597 if (a->fontpath) in fontFetch()
598 free(a->fontpath); in fontFetch()
620 free(a->fontpath); in fontFetch()
636 gdFree (a->fontpath); in fontRelease()
1208 memcpy(strex->fontpath, font->fontpath, fontpath_len); in gdImageStringFTEx()
1742 *fontpath = NULL; in font_pattern()
1794 *fontpath = NULL; in font_path()
[all …]
/dports/russian/gd/libgd-2.3.1/tests/gdimagestringftex/
H A Dgdimagestringftex_returnfontpathname.c12 strex.fontpath = NULL; in main()
14 if (!strex.fontpath) { in main()
17 if (strcmp(path, strex.fontpath) != 0) { in main()
20 gdFree(strex.fontpath); in main()
/dports/japanese/gd/libgd-2.3.1/tests/gdimagestringftex/
H A Dgdimagestringftex_returnfontpathname.c12 strex.fontpath = NULL; in main()
14 if (!strex.fontpath) { in main()
17 if (strcmp(path, strex.fontpath) != 0) { in main()
20 gdFree(strex.fontpath); in main()
/dports/ukrainian/gd/libgd-2.3.1/tests/gdimagestringftex/
H A Dgdimagestringftex_returnfontpathname.c12 strex.fontpath = NULL; in main()
14 if (!strex.fontpath) { in main()
17 if (strcmp(path, strex.fontpath) != 0) { in main()
20 gdFree(strex.fontpath); in main()
/dports/graphics/gd/libgd-2.3.1/tests/gdimagestringftex/
H A Dgdimagestringftex_returnfontpathname.c12 strex.fontpath = NULL; in main()
14 if (!strex.fontpath) { in main()
17 if (strcmp(path, strex.fontpath) != 0) { in main()
20 gdFree(strex.fontpath); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/
H A DMakefile.in83 -fontpath fontpath \
87 fontpath: nasmdoc.ps
93 nasmdoc.pdf: nasmdoc.ps pspdf.pl fontpath
95 $(PDFOPT) $< $@ fontpath
97 nasmdoc-raw.pdf: nasmdoc.ps pspdf.pl fontpath
99 $(PDFOPT) $< $@ fontpath
108 -$(RM_F) inslist.src version.src fontpath Fontmap
/dports/devel/nasm/nasm-2.15.05/doc/
H A DMakefile.in83 -fontpath fontpath \
87 fontpath: nasmdoc.ps
93 nasmdoc.pdf: nasmdoc.ps pspdf.pl fontpath
95 $(PDFOPT) $< $@ fontpath
97 nasmdoc-raw.pdf: nasmdoc.ps pspdf.pl fontpath
99 $(PDFOPT) $< $@ fontpath
108 -$(RM_F) inslist.src version.src fontpath Fontmap
H A DMakefile83 -fontpath fontpath \
87 fontpath: nasmdoc.ps target
93 nasmdoc.pdf: nasmdoc.ps pspdf.pl fontpath
95 $(PDFOPT) $< $@ fontpath
97 nasmdoc-raw.pdf: nasmdoc.ps pspdf.pl fontpath
99 $(PDFOPT) $< $@ fontpath
108 -$(RM_F) inslist.src version.src fontpath Fontmap
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dmain.c281 gchar *fontpath = NULL; in init_environment() local
282 fontpath = find_denemo_file(DENEMO_DIR_FONTS, "feta.ttf"); in init_environment()
283 if(fontpath) in init_environment()
284 add_font_file (fontpath); in init_environment()
287 g_free(fontpath); in init_environment()
290 if(fontpath) in init_environment()
291 add_font_file (fontpath); in init_environment()
294 g_free(fontpath); in init_environment()
297 if(fontpath) in init_environment()
298 add_font_file (fontpath); in init_environment()
[all …]
/dports/misc/py-pyfiglet/pyfiglet-0.7.6/pyfiglet/
H A Dtest.py45 def outputUsingFigletorToilet(self, text, font, fontpath): argument
46 if os.path.isfile(fontpath + '.flf'):
48 elif os.path.isfile(fontpath + '.tlf'):
51 raise Exception('Missing font file: {}'.format(fontpath))
84 fontpath = os.path.join('pyfiglet', 'fonts', font)
89 outputFiglet = self.outputUsingFigletorToilet(text, font, fontpath)
92 strict = os.path.isfile(fontpath + '.flf')
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqplatformfontdatabase_qpa.cpp241 QString fontpath = fontDir(); in populateFontDatabase() local
243 if(!QFile::exists(fontpath)) { in populateFontDatabase()
245 qPrintable(fontpath)); in populateFontDatabase()
248 QDir dir(fontpath); in populateFontDatabase()
337 QString fontpath = QString::fromLocal8Bit(qgetenv("QT_QPA_FONTDIR")); in fontDir() local
338 if (fontpath.isEmpty()) { in fontDir()
340 fontpath = QLibraryInfo::location(QLibraryInfo::LibrariesPath); in fontDir()
341 fontpath += QLatin1String("/fonts"); in fontDir()
345 return fontpath; in fontDir()
/dports/sysutils/graffer/graffer-1.1/
H A Dgdft.c135 char *fontpath; member
459 a->fontpath = NULL; in fontFetch()
469 if (*error || !a->fontpath || !a->fontpath[0]) in fontFetch()
473 if (a->fontpath) in fontFetch()
474 free (a->fontpath); in fontFetch()
503 free (a->fontpath); in fontFetch()
519 gdFree (a->fontpath); in fontRelease()
954 strex->fontpath = strdup(font->fontpath); in gdImageStringFTEx()
1523 *fontpath = NULL; in font_pattern()
1562 *fontpath = NULL; in font_path()
[all …]

12345678910>>...20