Home
last modified time | relevance | path

Searched refs:szFontName (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4FontLoader.h58 …bool InitFont(CStdFont * Font, const char *szFontName, FontType eType, int32_t iSize, C4GroupSet *…
84 char szFontName[80+1]; // used font name (or surface file name) variable
163 return !!*szFontName; in IsInitialized()
173 return SEqual(szCFontName, szFontName) && iCID==id && iCIndent==-iHSpace; in IsSameAsID()
181 return SEqual(szCFontName, szFontName) && !id && iCHeight==dwDefFontHeight && dwCWeight==dwWeight; in IsSameAs()
H A DC4FontLoader.cpp40 bool C4FontLoader::InitFont(CStdFont * rFont, const char *szFontName, FontType eType, int32_t iSize… in InitFont() argument
46 assert(szFontName); in InitFont()
47 if (!szFontName || !*szFontName) in InitFont()
49 …LogFatal(FormatString(R"(%s ("%s"))", LoadResStr("IDS_ERR_INITFONTS"), szFontName ? szFontName : "… in InitFont()
54 const char *szFontString = szFontName; in InitFont()
291 *szFontName=0; in CStdFont()
442 SCopy(font_face_name, szFontName, 80); in Init()
448 throw std::runtime_error(std::string("Cannot create surface (") + szFontName + ")"); in Init()
471 throw std::runtime_error(std::string("Cannot render characters for Font (") + szFontName + ")"); in Init()
499 *szFontName=0; in Clear()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_tooldef.cpp204 poBlock->ReadBytes(32, (GByte*)m_papsFont[m_numFonts]->szFontName); in ReadAllToolDefs()
205 m_papsFont[m_numFonts]->szFontName[32] = '\0'; in ReadAllToolDefs()
334 poBlock->WriteBytes(32, (GByte*)m_papsFont[i]->szFontName); in WriteAllToolDefs()
608 if (EQUAL(poDef->szFontName, poNewFontDef->szFontName)) in AddFontDefRef()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tooldef.cpp182 poBlock->ReadBytes(32, reinterpret_cast<GByte*>(m_papsFont[m_numFonts]->szFontName)); in ReadAllToolDefs()
183 m_papsFont[m_numFonts]->szFontName[32] = '\0'; in ReadAllToolDefs()
319 poBlock->WriteBytes(32, reinterpret_cast<GByte*>(m_papsFont[i]->szFontName)); in WriteAllToolDefs()
585 if (EQUAL(poDef->szFontName, poNewFontDef->szFontName)) in AddFontDefRef()
H A Dmitab_feature.cpp8875 strncpy( m_sFontDef.szFontName, pszName, sizeof(m_sFontDef.szFontName)-1); in SetFontName()
8876 m_sFontDef.szFontName[sizeof(m_sFontDef.szFontName)-1] = '\0'; in SetFontName()
8891 fprintf(fpOut, " m_sFontDef.szFontName = '%s'\n", m_sFontDef.szFontName); in DumpFontDef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tooldef.cpp182 poBlock->ReadBytes(32, reinterpret_cast<GByte*>(m_papsFont[m_numFonts]->szFontName)); in ReadAllToolDefs()
183 m_papsFont[m_numFonts]->szFontName[32] = '\0'; in ReadAllToolDefs()
319 poBlock->WriteBytes(32, reinterpret_cast<GByte*>(m_papsFont[i]->szFontName)); in WriteAllToolDefs()
585 if (EQUAL(poDef->szFontName, poNewFontDef->szFontName)) in AddFontDefRef()
H A Dmitab_feature.cpp8875 strncpy( m_sFontDef.szFontName, pszName, sizeof(m_sFontDef.szFontName)-1); in SetFontName()
8876 m_sFontDef.szFontName[sizeof(m_sFontDef.szFontName)-1] = '\0'; in SetFontName()
8891 fprintf(fpOut, " m_sFontDef.szFontName = '%s'\n", m_sFontDef.szFontName); in DumpFontDef()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tooldef.cpp182 poBlock->ReadBytes(32, reinterpret_cast<GByte*>(m_papsFont[m_numFonts]->szFontName)); in ReadAllToolDefs()
183 m_papsFont[m_numFonts]->szFontName[32] = '\0'; in ReadAllToolDefs()
319 poBlock->WriteBytes(32, reinterpret_cast<GByte*>(m_papsFont[i]->szFontName)); in WriteAllToolDefs()
585 if (EQUAL(poDef->szFontName, poNewFontDef->szFontName)) in AddFontDefRef()
H A Dmitab_feature.cpp8875 strncpy( m_sFontDef.szFontName, pszName, sizeof(m_sFontDef.szFontName)-1); in SetFontName()
8876 m_sFontDef.szFontName[sizeof(m_sFontDef.szFontName)-1] = '\0'; in SetFontName()
8891 fprintf(fpOut, " m_sFontDef.szFontName = '%s'\n", m_sFontDef.szFontName); in DumpFontDef()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dconfig2.cpp81 …WORD ctrl2, DWORD bold_id, DWORD ital_id, DWORD aa_id, HWND hwnd, DWORD ctrl4, wchar_t* szFontName) in InitFont2() argument
91 if (namebox && szFontName && szFontName[0]) in InitFont2()
95 StringCbPrintfW(buf, sizeof(buf), L"%s:", szFontName); in InitFont2()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dconsole.c55 TCHAR szFontName[32]; member
/dports/math/gnuplot/gnuplot-5.4.1/src/os2/
H A Dgclient.c1939 static char *szFontName; in SelectFont() local
1944 szFontName = strchr(szFontNameSize, '.') + 1; in SelectFont()
1957 strlcpy(fat.szFacename, szFontName, FACESIZE); in SelectFont()
1965 if (strstr(szFontName, ":Bold")) in SelectFont()
1967 if (strstr(szFontName, ":Italic")) in SelectFont()
1972 tabFont[0].name = strdup(szFontName); in SelectFont()
2036 static char *szFontName; in SwapFont() local
2050 szFontName = strchr(szFNS, '.') + 1; in SwapFont()
2084 if (strstr(szFontName, ":Bold")) in SwapFont()
2086 if (strstr(szFontName, ":Italic")) in SwapFont()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/os2/
H A Dgclient.c1939 static char *szFontName; in SelectFont() local
1944 szFontName = strchr(szFontNameSize, '.') + 1; in SelectFont()
1957 strlcpy(fat.szFacename, szFontName, FACESIZE); in SelectFont()
1965 if (strstr(szFontName, ":Bold")) in SelectFont()
1967 if (strstr(szFontName, ":Italic")) in SelectFont()
1972 tabFont[0].name = strdup(szFontName); in SelectFont()
2036 static char *szFontName; in SwapFont() local
2050 szFontName = strchr(szFNS, '.') + 1; in SwapFont()
2084 if (strstr(szFontName, ":Bold")) in SwapFont()
2086 if (strstr(szFontName, ":Italic")) in SwapFont()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/os2/
H A Dgclient.c1939 static char *szFontName; in SelectFont() local
1944 szFontName = strchr(szFontNameSize, '.') + 1; in SelectFont()
1957 strlcpy(fat.szFacename, szFontName, FACESIZE); in SelectFont()
1965 if (strstr(szFontName, ":Bold")) in SelectFont()
1967 if (strstr(szFontName, ":Italic")) in SelectFont()
1972 tabFont[0].name = strdup(szFontName); in SelectFont()
2034 static char *szFontName; in SwapFont() local
2048 szFontName = strchr(szFNS, '.') + 1; in SwapFont()
2082 if (strstr(szFontName, ":Bold")) in SwapFont()
2084 if (strstr(szFontName, ":Italic")) in SwapFont()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcsld.c2844 char szFontName[100]; in msSLDParseTextParams() local
2856 szFontName[0]='\0'; in msSLDParseTextParams()
2982 snprintf(szFontName, sizeof(szFontName), "%s", pszFontFamily); in msSLDParseTextParams()
2984 strlcat(szFontName, "-", sizeof(szFontName)); in msSLDParseTextParams()
2985 strlcat(szFontName, pszFontWeight, sizeof(szFontName)); in msSLDParseTextParams()
2988 strlcat(szFontName, "-", sizeof(szFontName)); in msSLDParseTextParams()
2989 strlcat(szFontName, pszFontStyle, sizeof(szFontName)); in msSLDParseTextParams()
2992 if ((msLookupHashTable(&(psLayer->map->fontset.fonts), szFontName) !=NULL)) { in msSLDParseTextParams()
2993 psLabelObj->font = msStrdup(szFontName); in msSLDParseTextParams()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32Graphics.cpp1447 void GR_Font::s_getGenericFontProperties(const char * szFontName, in s_getGenericFontProperties() argument
1465 if (g_ascii_strcasecmp(szFontName, "serif") == 0) in s_getGenericFontProperties()
1467 else if (g_ascii_strcasecmp(szFontName, "sans-serif") == 0) in s_getGenericFontProperties()
1469 else if (g_ascii_strcasecmp(szFontName, "cursive") == 0) in s_getGenericFontProperties()
1471 else if (g_ascii_strcasecmp(szFontName, "fantasy") == 0) in s_getGenericFontProperties()
1473 else if (g_ascii_strcasecmp(szFontName, "monospace") == 0) in s_getGenericFontProperties()
1478 str.fromUTF8 (szFontName); in s_getGenericFontProperties()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF.cpp552 void IE_Exp_RTF::_rtf_fontname(const char * szFontName) in _rtf_fontname() argument
560 if (g_ascii_strcasecmp(szFontName,"helvetic")==0) in _rtf_fontname()
564 _rtf_pcdata(szFontName, true); in _rtf_fontname()
3368 bool _rtf_font_info::init(const char * szFontName) in init() argument
3372 if (szFontName == NULL) in init()
3377 m_szName = szFontName; in init()
H A Die_exp_RTF.h148 void _rtf_fontname(const char * szFontName);
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Graphics.h99 static void s_getGenericFontProperties(const char * szFontName,
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dabiwidget-gtk2.h436 gboolean abi_widget_set_font_name(AbiWidget * w, gchar * szFontName);
H A Dabiwidget.h439 gboolean abi_widget_set_font_name(AbiWidget * w, gchar * szFontName);
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3515 LPCTSTR szFontName = NULL; \
3533 LPCTSTR szFontName = NULL; \
3543 …m_Template.Create(bExTemplate, szCaption, nX, nY, nWidth, nHeight, dwStyle, dwExStyle, szFontName,…
3554 szFontName = typeFace;
3558 szFontName = typeface; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datldlgs.h3366 LPCTSTR szFontName = NULL; \
3384 LPCTSTR szFontName = NULL; \
3394 …m_Template.Create(bExTemplate, szCaption, nX, nY, nWidth, nHeight, dwStyle, dwExStyle, szFontName,…
3405 szFontName = typeFace;
3409 szFontName = typeface; \
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3515 LPCTSTR szFontName = NULL; \
3533 LPCTSTR szFontName = NULL; \
3543 …m_Template.Create(bExTemplate, szCaption, nX, nY, nWidth, nHeight, dwStyle, dwExStyle, szFontName,…
3554 szFontName = typeFace;
3558 szFontName = typeface; \
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3515 LPCTSTR szFontName = NULL; \
3533 LPCTSTR szFontName = NULL; \
3543 …m_Template.Create(bExTemplate, szCaption, nX, nY, nWidth, nHeight, dwStyle, dwExStyle, szFontName,…
3554 szFontName = typeFace;
3558 szFontName = typeface; \

12