Home
last modified time | relevance | path

Searched refs:fontPath (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/emulators/vice/vice-3.5/src/arch/shared/
H A Darchdep_cbmfont.c59 char *fontPath; in archdep_register_cbmfont() local
68 fontPath = archdep_join_paths(datadir, "common", VICE_CBM_FONT_TTF, NULL); in archdep_register_cbmfont()
71 if (-1 == archdep_stat(fontPath, &len, &isdir)) { in archdep_register_cbmfont()
72 lib_free(fontPath); in archdep_register_cbmfont()
78 fontPathStringRef = CFStringCreateWithCString(NULL, fontPath, kCFStringEncodingUTF8); in archdep_register_cbmfont()
86 log_error(LOG_ERR, "Failed to register font for file: %s", fontPath); in archdep_register_cbmfont()
89 lib_free(fontPath); in archdep_register_cbmfont()
95 lib_free(fontPath); in archdep_register_cbmfont()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DGlobalParamsWin.cc221 static void AddFont(GooHash *displayFonts, char *fontName, GooString *fontPath, DisplayFontParamKin… in AddFont() argument
224 dfp->setFileName(fontPath); in AddFont()
243 GooString *fontPath = appendToPath(new GooString(dir), displayFontTab[i].t1FileName); in setupBaseFonts() local
244 if (FileExists(fontPath->getCString())) { in setupBaseFonts()
245 AddFont(displayFonts, fontName, fontPath, displayFontT1); in setupBaseFonts()
248 delete fontPath; in setupBaseFonts()
252 … GooString *fontPath = appendToPath(new GooString(winFontDir), displayFontTab[i].ttFileName); in setupBaseFonts() local
253 if (FileExists(fontPath->getCString())) { in setupBaseFonts()
254 AddFont(displayFonts, fontName, fontPath, displayFontTT); in setupBaseFonts()
257 delete fontPath; in setupBaseFonts()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dswfexport.cpp101 wxString fontPath = gStdPaths.GetDataDir();
105 fontPath.Remove(fontPath.Length() - 13);
106 fontPath += wxT("Resources");
110 fontPath += wxT("\\BsVeraSans.fdb");
112 fontPath += wxT("/BsVeraSans.fdb");
119 fp += fontPath;
263 wxString fontPath = gStdPaths.GetDataDir();
267 fontPath.Remove(fontPath.Length() - 13);
268 fontPath += wxT("Resources");
272 fontPath += wxT("\\BsVeraSans.fdb");
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DGlobalParamsWin.cc225 GooString *fontPath; in scanWindowsFonts() local
247 fontPath = new GooString(data); in scanWindowsFonts()
249 fontPath->insert(0, '\\'); in scanWindowsFonts()
251 fontPath->append('\0'); in scanWindowsFonts()
267 delete fontPath; in scanWindowsFonts()
387 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".pfb", ".pfa")->c_str()))… in setupBaseFonts()
388 addFontFile(fontName, fontPath); in setupBaseFonts()
391 delete fontPath; in setupBaseFonts()
396 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".ttc", ".ttf")->c_str()))… in setupBaseFonts()
397 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DGlobalParamsWin.cc225 GooString *fontPath; in scanWindowsFonts() local
247 fontPath = new GooString(data); in scanWindowsFonts()
249 fontPath->insert(0, '\\'); in scanWindowsFonts()
251 fontPath->append('\0'); in scanWindowsFonts()
267 delete fontPath; in scanWindowsFonts()
387 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".pfb", ".pfa")->c_str()))… in setupBaseFonts()
388 addFontFile(fontName, fontPath); in setupBaseFonts()
391 delete fontPath; in setupBaseFonts()
396 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".ttc", ".ttf")->c_str()))… in setupBaseFonts()
397 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DGlobalParamsWin.cc225 GooString *fontPath; in scanWindowsFonts() local
247 fontPath = new GooString(data); in scanWindowsFonts()
249 fontPath->insert(0, '\\'); in scanWindowsFonts()
251 fontPath->append('\0'); in scanWindowsFonts()
267 delete fontPath; in scanWindowsFonts()
387 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".pfb", ".pfa")->c_str()))… in setupBaseFonts()
388 addFontFile(fontName, fontPath); in setupBaseFonts()
391 delete fontPath; in setupBaseFonts()
396 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".ttc", ".ttf")->c_str()))… in setupBaseFonts()
397 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DGlobalParamsWin.cc225 GooString *fontPath; in scanWindowsFonts() local
247 fontPath = new GooString(data); in scanWindowsFonts()
249 fontPath->insert(0, '\\'); in scanWindowsFonts()
251 fontPath->append('\0'); in scanWindowsFonts()
267 delete fontPath; in scanWindowsFonts()
387 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".pfb", ".pfa")->c_str()))… in setupBaseFonts()
388 addFontFile(fontName, fontPath); in setupBaseFonts()
391 delete fontPath; in setupBaseFonts()
396 …if (FileExists(fontPath->c_str()) || FileExists(replaceSuffix(fontPath, ".ttc", ".ttf")->c_str()))… in setupBaseFonts()
397 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DGlobalParamsWin.cc252 GooString *fontPath; in scanWindowsFonts() local
281 fontPath = new GooString(data); in scanWindowsFonts()
283 fontPath->insert(0, '\\'); in scanWindowsFonts()
284 fontPath->insert(0, winFontDir); in scanWindowsFonts()
285 fontPath->append('\0'); in scanWindowsFonts()
298 fontPath->getCString())); in scanWindowsFonts()
302 delete fontPath; in scanWindowsFonts()
430 addFontFile(fontName, fontPath); in setupBaseFonts()
433 delete fontPath; in setupBaseFonts()
440 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DGlobalParamsWin.cc252 GooString *fontPath; in scanWindowsFonts() local
281 fontPath = new GooString(data); in scanWindowsFonts()
283 fontPath->insert(0, '\\'); in scanWindowsFonts()
284 fontPath->insert(0, winFontDir); in scanWindowsFonts()
285 fontPath->append('\0'); in scanWindowsFonts()
298 fontPath->getCString())); in scanWindowsFonts()
302 delete fontPath; in scanWindowsFonts()
430 addFontFile(fontName, fontPath); in setupBaseFonts()
433 delete fontPath; in setupBaseFonts()
440 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/www/py-django-cms/django-cms-3.7.1/cms/static/cms/sass/libs/
H A D_iconfont.scss7 src: url("<%= fontPath %><%= fontName %>.eot");
8 src: url("<%= fontPath %><%= fontName %>.eot#iefix") format("eot"),
9 url("<%= fontPath %><%= fontName %>.woff2") format("woff2"),
10 url("<%= fontPath %><%= fontName %>.woff") format("woff"),
11 url("<%= fontPath %><%= fontName %>.ttf") format("truetype"),
12 url("<%= fontPath %><%= fontName %>.svg#<%= fontName %>") format("svg");
/dports/www/py-djangocms-admin-style/djangocms-admin-style-2.0.2/djangocms_admin_style/sass/libs/
H A D_iconfont.scss7 src: url("<%= fontPath %><%= fontName %>.eot?v=3.2.0");
8 src: url("<%= fontPath %><%= fontName %>.eot?v=3.2.0#iefix") format("eot"),
9 url("<%= fontPath %><%= fontName %>.woff2?v=3.2.0") format("woff2"),
10 url("<%= fontPath %><%= fontName %>.woff?v=3.2.0") format("woff"),
11 url("<%= fontPath %><%= fontName %>.ttf?v=3.2.0") format("truetype"),
12 url("<%= fontPath %><%= fontName %>.svg?v=3.2.0#<%= fontName %>") format("svg");
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DGlobalParamsWin.cc253 GooString *fontPath; in scanWindowsFonts() local
282 fontPath = new GooString(data); in scanWindowsFonts()
284 fontPath->insert(0, '\\'); in scanWindowsFonts()
285 fontPath->insert(0, winFontDir); in scanWindowsFonts()
286 fontPath->append('\0'); in scanWindowsFonts()
299 fontPath->getCString())); in scanWindowsFonts()
303 delete fontPath; in scanWindowsFonts()
431 addFontFile(fontName, fontPath); in setupBaseFonts()
434 delete fontPath; in setupBaseFonts()
441 addFontFile(fontName, fontPath); in setupBaseFonts()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsEnv.cpp236 LPWSTR fontPath = fontPathBuf; in Java_sun_awt_Win32FontManager_getEUDCFontFile() local
268 (LPBYTE)fontPath, in Java_sun_awt_Win32FontManager_getEUDCFontFile()
274 fontPath[fontPathLen] = L'\0'; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
275 if (wcsstr(fontPath, L"%SystemRoot%")) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
280 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
285 } else if (wcscmp(fontPath, L"EUDC.TTE") == 0) { in Java_sun_awt_Win32FontManager_getEUDCFontFile()
290 fontPath = tmpPath; in Java_sun_awt_Win32FontManager_getEUDCFontFile()
296 return JNU_NewStringPlatform(env, fontPath); in Java_sun_awt_Win32FontManager_getEUDCFontFile()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Utils/
H A DBarcodeGenerator.php223 * @param string $fontPath Font path to use in barcode text
226 public function generate($text=null, $type=null, $format=null, $fontPath=null){ argument
237 if(isset($fontPath)){
238 $this->font = $fontPath;
254 $fontPath = isset($this->font) ? $this->font : $this->_getDefaultFont();
256 $font = new CINFontFile($fontPath, (is_int($this->fontSize)) ? $this->fontSize : 18);
362 $fontPath = dirname(__DIR__)."/Resources/font/Arial.ttf";
363 return $fontPath;
/dports/devel/agar/agar-1.5.0/gui/
H A Dtext.c521 Strlcat(fontPath, TTFDIR, sizeof(fontPath)); in AG_InitTextSubsystem()
527 Strlcat(fontPath, sysUser->home, sizeof(fontPath)); in AG_InitTextSubsystem()
532 Strlcat(fontPath, AG_PATHSEPMULTI, sizeof(fontPath)); in AG_InitTextSubsystem()
534 Strlcat(fontPath, AG_PATHSEPMULTI, sizeof(fontPath)); in AG_InitTextSubsystem()
540 Strlcat(fontPath, sysUser->home, sizeof(fontPath)); in AG_InitTextSubsystem()
541 Strlcat(fontPath, "\\Fonts", sizeof(fontPath)); in AG_InitTextSubsystem()
545 Strlcat(fontPath, windir, sizeof(fontPath)); in AG_InitTextSubsystem()
546 Strlcat(fontPath, "\\Fonts", sizeof(fontPath)); in AG_InitTextSubsystem()
552 Strlcat(fontPath, sysUser->home, sizeof(fontPath)); in AG_InitTextSubsystem()
553 Strlcat(fontPath, AG_PATHSEP, sizeof(fontPath)); in AG_InitTextSubsystem()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/test/
H A Dmac_register_font.py57 for fontPath in args.file:
58 fontURL = Cocoa.NSURL.fileURLWithPath_(fontPath)
63 % (("un" if args.unregister else ""), fontPath, scopeDesc)
68 % (("un" if args.unregister else ""), fontPath, scopeDesc)

1234567891011