Home
last modified time | relevance | path

Searched refs:FontName (Results 26 – 50 of 3027) sorted by relevance

12345678910>>...122

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lib/
H A Dafmdiff.awk74 /^FontName/ { FontName[++NFontName] = $2 }
126 print "Font names:", FontName[1], FontName[2]
127 show_name_diffs(FontName[2],CharName2, FontName[1],CharName1)
128 show_name_diffs(FontName[1],CharName1, FontName[2],CharName2)
/dports/textproc/pdftohtml/pdftohtml-0.40a/src/
H A DHtmlFonts.cc89 FontName=new GString(ftname); in HtmlFont()
93 FontName = NULL; in HtmlFont()
130 if (x.FontName) FontName=new GString(x.FontName); in HtmlFont()
135 if (FontName) delete FontName; in ~HtmlFont()
148 if (FontName) delete FontName; in operator =()
149 if (x.FontName) FontName=new GString(x.FontName); in operator =()
185 if (FontName) in getFullName()
186 return new GString(FontName); in getFullName()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/utils/
H A DHtmlFonts.cc110 FontName=new GooString(ftname); in HtmlFont()
114 FontName = NULL; in HtmlFont()
149 if (x.FontName) FontName=new GooString(x.FontName); in HtmlFont()
154 if (FontName) delete FontName; in ~HtmlFont()
165 if (FontName) delete FontName; in operator =()
166 if (x.FontName) FontName=new GooString(x.FontName); in operator =()
204 if (FontName) in getFullName()
205 return new GooString(FontName); in getFullName()
/dports/devel/leiningen/leiningen-2.9.8/web/stylesheets/
H A Dlayout.css46 copy your FontName into code below and remove
50 font-family: 'FontName';
51 src: url('../fonts/FontName.eot');
52 src: url('../fonts/FontName.eot?iefix') format('eot'),
53 url('../fonts/FontName.woff') format('woff'),
54 url('../fonts/FontName.ttf') format('truetype'),
55 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A DHtmlFonts.cc141 FontName = new GooString(fontname); in HtmlFont()
157 FontName = new GooString(defaultFamilyName); in HtmlFont()
172 FontName = new GooString(x.FontName); in HtmlFont()
179 delete FontName; in ~HtmlFont()
192 delete FontName; in operator =()
193 FontName = new GooString(x.FontName); in operator =()
203 …return (size == x.size) && (lineSize == x.lineSize) && (FontName->cmp(x.FontName) == 0) && (bold =… in isEqual()
223 return new GooString(FontName); in getFullName()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A DHtmlFonts.cc141 FontName = new GooString(fontname); in HtmlFont()
157 FontName = new GooString(defaultFamilyName); in HtmlFont()
172 FontName = new GooString(x.FontName); in HtmlFont()
179 delete FontName; in ~HtmlFont()
192 delete FontName; in operator =()
193 FontName = new GooString(x.FontName); in operator =()
203 …return (size == x.size) && (lineSize == x.lineSize) && (FontName->cmp(x.FontName) == 0) && (bold =… in isEqual()
223 return new GooString(FontName); in getFullName()
/dports/graphics/poppler/poppler-21.12.0/utils/
H A DHtmlFonts.cc141 FontName = new GooString(fontname); in HtmlFont()
157 FontName = new GooString(defaultFamilyName); in HtmlFont()
172 FontName = new GooString(x.FontName); in HtmlFont()
179 delete FontName; in ~HtmlFont()
192 delete FontName; in operator =()
193 FontName = new GooString(x.FontName); in operator =()
203 …return (size == x.size) && (lineSize == x.lineSize) && (FontName->cmp(x.FontName) == 0) && (bold =… in isEqual()
223 return new GooString(FontName); in getFullName()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A DHtmlFonts.cc141 FontName = new GooString(fontname); in HtmlFont()
157 FontName = new GooString(defaultFamilyName); in HtmlFont()
172 FontName = new GooString(x.FontName); in HtmlFont()
179 delete FontName; in ~HtmlFont()
192 delete FontName; in operator =()
193 FontName = new GooString(x.FontName); in operator =()
203 …return (size == x.size) && (lineSize == x.lineSize) && (FontName->cmp(x.FontName) == 0) && (bold =… in isEqual()
223 return new GooString(FontName); in getFullName()
/dports/graphics/grx/grx249/pascal/bgi/
H A Ddemo.pas434 FontName[ 0] := 'DefaultFont';
435 FontName[ 1] := 'TriplexFont';
436 FontName[ 2] := 'SmallFont';
437 FontName[ 3] := 'SansSerifFont';
438 FontName[ 4] := 'GothicFont';
439 FontName[ 5] := 'ScriptFont';
440 FontName[ 6] := 'SimplexFont';
441 FontName[ 7] := 'TriplexScrFont';
442 FontName[ 8] := 'ComplexFont';
443 FontName[ 9] := 'EuropeanFont';
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxsfontproperty.cpp110 wxString wxsFontData::BuildFontCode(const wxString& FontName,wxsCoderContext* Context) in BuildFontCode() argument
137 wxString FaceName = _T("__") + FontName + _T("Face"); in BuildFontCode()
179 wxString EncodingVar = FontName + _T("Encoding"); in BuildFontCode()
218 …Code << _T("if ( !") << FontName << _T(".Ok() ) ") << FontName << _T(" = wxSystemSettings::GetFont… in BuildFontCode()
222 Code << FontName in BuildFontCode()
229 Code << FontName in BuildFontCode()
231 << FontName in BuildFontCode()
238 Code << FontName << _T(".SetStyle(") << StyleStr << _T(");\n"); in BuildFontCode()
242 Code << FontName << _T(".SetWeight(") << WeightStr << _T(");\n"); in BuildFontCode()
246 Code << FontName << _T(".SetUnderlined(") in BuildFontCode()
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpImage.class.php44 var $FontName = "fonts/GeosansLight.ttf"; // Default font file variable in pImage
175 function getTextBox_deprecated($X,$Y,$FontName,$FontSize,$Angle,$Text) argument
177 $Size = imagettfbbox($FontSize,$Angle,$FontName,$Text);
193 function getTextBox($X,$Y,$FontName,$FontSize,$Angle,$Text) argument
195 $coords = imagettfbbox($FontSize, 0, $FontName, $Text);
224 $FontName = isset($Format["FontName"]) ? $Format["FontName"] : NULL;
232 if ( $FontName != NULL )
233 $this->FontName = $FontName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Adapters/
H A DHtmlMobileTextWriter.cs570 internal String FontName property in System.Web.UI.MobileControls.ShippedAdapterSource.WriterStyle
704 state.Current.FontName = String.Empty; in CloseTag()
763 state.Current.FontName = name; in CloseTag()
1078 (( _current.FontName != newStyle.FontName ) && (_writer.RenderFontName)) in FontChange()
1163 (newStyle.FontName != null && newStyle.FontName.Length == 0) && in Transition()
1164 (_current.FontName == null || _current.FontName.Length > 0) && in Transition()
1167 while(_current.FontName == null || _current.FontName.Length > 0) in Transition()
1323 if(_current.FontName != newStyle.FontName) in Transition()
1327 _writer.WriteAttribute("face", newStyle.FontName); in Transition()
1329 _current.FontName = newStyle.FontName; in Transition()
[all …]
/dports/science/chrono/chrono-7.0.1/data/cosimulation/
H A Dtest_cosim_hydraulics.mdl1520 FontName "Arial"
1552 FontName "Arial"
1578 FontName "Arial"
1601 FontName "Arial"
1610 FontName "Arial"
1838 FontName "Arial"
1865 FontName "Arial"
1892 FontName "Arial"
1915 FontName "Arial"
1924 FontName "Arial"
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c945 StrCpy ((*FontInfo)->FontName, FontName); in SaveFontName()
1070 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1285 FontInfo->FontName, in IsFontInfoExisted()
1295 FontInfo->FontName, in IsFontInfoExisted()
1304 FontInfo->FontName, in IsFontInfoExisted()
1318 FontInfo->FontName, in IsFontInfoExisted()
1328 FontInfo->FontName, in IsFontInfoExisted()
1342 FontInfo->FontName, in IsFontInfoExisted()
1358 FontInfo->FontName, in IsFontInfoExisted()
1374 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1080 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1295 FontInfo->FontName, in IsFontInfoExisted()
1305 FontInfo->FontName, in IsFontInfoExisted()
1314 FontInfo->FontName, in IsFontInfoExisted()
1328 FontInfo->FontName, in IsFontInfoExisted()
1338 FontInfo->FontName, in IsFontInfoExisted()
1352 FontInfo->FontName, in IsFontInfoExisted()
1368 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1080 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1295 FontInfo->FontName, in IsFontInfoExisted()
1305 FontInfo->FontName, in IsFontInfoExisted()
1314 FontInfo->FontName, in IsFontInfoExisted()
1328 FontInfo->FontName, in IsFontInfoExisted()
1338 FontInfo->FontName, in IsFontInfoExisted()
1352 FontInfo->FontName, in IsFontInfoExisted()
1368 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1080 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1295 FontInfo->FontName, in IsFontInfoExisted()
1305 FontInfo->FontName, in IsFontInfoExisted()
1314 FontInfo->FontName, in IsFontInfoExisted()
1328 FontInfo->FontName, in IsFontInfoExisted()
1338 FontInfo->FontName, in IsFontInfoExisted()
1352 FontInfo->FontName, in IsFontInfoExisted()
1368 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c946 NameSize = StrSize (FontName); in SaveFontName()
953 StrCpyS ((*FontInfo)->FontName, NameSize / sizeof (CHAR16), FontName); in SaveFontName()
1081 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1296 FontInfo->FontName, in IsFontInfoExisted()
1306 FontInfo->FontName, in IsFontInfoExisted()
1315 FontInfo->FontName, in IsFontInfoExisted()
1329 FontInfo->FontName, in IsFontInfoExisted()
1339 FontInfo->FontName, in IsFontInfoExisted()
1353 FontInfo->FontName, in IsFontInfoExisted()
1369 FontInfo->FontName, in IsFontInfoExisted()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fonts/
H A Duzefontmanager.pas168 FontName,FontExt:GDBString;
184 FontName:=ExtractFileName(FontPathName);
185 if FontName='_mipgost.shx' then
186 fontname:=FontName;
187 case AddItem(FontName,pointer(p)) of
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelAdd.go14 FontName *string `json:"fontName,omitempty"` member
34 FontName *string `json:"fontName,omitempty"` member
96 FontName *string `json:"fontName,omitempty"` member

12345678910>>...122