Home
last modified time | relevance | path

Searched refs:postScriptName (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DEmbedFontInfo.java51 protected String postScriptName; field in EmbedFontInfo
147 return postScriptName; in getPostScriptName()
154 public void setPostScriptName(String postScriptName) { in setPostScriptName() argument
155 this.postScriptName = postScriptName; in setPostScriptName()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/text/
H A Dcoretextnativefont_macx.cpp82 CTFontRef getFont(String const &postScriptName, dfloat pointSize) in getFont()
92 Key const key(postScriptName, pointSize); in getFont()
100 CFStringRef name = CFStringCreateWithCharacters(nil, (UniChar *) postScriptName.data(), in getFont()
101 postScriptName.size()); in getFont()
108 LOG_GL_VERBOSE("Cached native font '%s' size %.1f") << postScriptName << pointSize; in getFont()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/
H A DTTFFile.java102 if (postScriptName.length() == 0) { in readName()
103 postScriptName = txt; in readName()
H A DOpenFont.java186 protected String postScriptName = ""; field in OpenFont
938 if (postScriptName.length() == 0) { in getPostScriptName()
941 return postScriptName; in getPostScriptName()
1912 postScriptName = ""; in checkTTC()
1964 postScriptName = ""; in getTTCnames()
1994 System.out.println("Font name: " + postScriptName); in printStuff()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotface.cpp97 blCallDtor(faceI->postScriptName); in blOTFaceImplDestroy()
128 blCallCtor(faceI->postScriptName); in blOTFaceImplNew()
H A Dotname.cpp356 dst = &faceI->postScriptName; in init()
371 faceI->postScriptName.data()); in init()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dfont.h262 BL_TYPED_MEMBER(BLStringCore, BLString, postScriptName);
462 BL_INLINE const char* postScriptName() const noexcept { return impl->postScriptName.data(); } in postScriptName() function
464 BL_INLINE size_t postScriptNameSize() const noexcept { return impl->postScriptName.size(); } in postScriptNameSize()
466 …BL_INLINE const BLStringView& postScriptNameView() const noexcept { return impl->postScriptName.vi… in postScriptNameView()
H A Dfont.cpp1042 blCallCtor(fontFaceI->postScriptName); in blFontRtInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp196 bool SkRandomTypeface::onGetPostScriptName(SkString* postScriptName) const { in onGetPostScriptName()
197 return fProxy->getPostScriptName(postScriptName); in onGetPostScriptName()
/dports/print/fpdf/fpdf181/makefont/
H A Dttfparser.php24 public $postScriptName; variable in TTFParser
266 $this->postScriptName = '';
283 $this->postScriptName = $s;
287 if($this->postScriptName=='')
H A Dmakefont.php94 $info['FontName'] = $ttf->postScriptName;
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/share/pnp/application/vendor/fpdf/makefont/
H A Dttfparser.php24 public $postScriptName; variable in TTFParser
266 $this->postScriptName = '';
283 $this->postScriptName = $s;
287 if($this->postScriptName=='')
H A Dmakefont.php94 $info['FontName'] = $ttf->postScriptName;
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/share/pnp/application/vendor/fpdf/makefont/
H A Dttfparser.php24 public $postScriptName; variable in TTFParser
266 $this->postScriptName = '';
283 $this->postScriptName = $s;
287 if($this->postScriptName=='')
H A Dmakefont.php94 $info['FontName'] = $ttf->postScriptName;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DTypefaceTest.cpp110 SkString postScriptName; in DEF_TEST() local
111 bool hasName = typeface->getPostScriptName(&postScriptName); in DEF_TEST()
115 REPORTER_ASSERT(reporter, postScriptName == SkString("Em")); in DEF_TEST()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dfontutil.h172 bool SetPostScriptName(const wxString& postScriptName);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/carbon/
H A Dfont.cpp1254 bool wxNativeFontInfo::SetPostScriptName(const wxString& postScriptName) in SetPostScriptName() argument
1256 if (m_postScriptName != postScriptName) in SetPostScriptName()
1259 m_postScriptName = postScriptName; in SetPostScriptName()