Home
last modified time | relevance | path

Searched refs:theFont (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimAnnotationFontObject.cpp56 if (theFont) in ossimAnnotationFontObject()
77 theFont = rhs.theFont; in ossimAnnotationFontObject()
84 theFont = 0; in ~ossimAnnotationFontObject()
93 if (!theFont) in draw()
189 if(theFont.valid()) in print()
213 if(theFont.valid()) in computeBoundingRect()
235 theFont = font; in setFont()
237 if(!theFont) in setFont()
261 if(theFont.valid()) in setFontInfo()
301 if (theFont.valid()) in setPointSize()
[all …]
H A DossimGeoAnnotationFontObject.cpp31 theFont(0), in ossimGeoAnnotationFontObject()
37 if (!theFont) in ossimGeoAnnotationFontObject()
48 theAnnotationFontObject->setFont(theFont.get()); in ossimGeoAnnotationFontObject()
65 theFont(0), in ossimGeoAnnotationFontObject()
88 theFont(rhs.theFont.valid()?(ossimFont*)rhs.theFont->dup():(ossimFont*)0), in ossimGeoAnnotationFontObject()
104 theAnnotationFontObject->setFont(theFont.get()); in ossimGeoAnnotationFontObject()
110 theFont = 0; in ~ossimGeoAnnotationFontObject()
121 theFont = font; in setFont()
123 theAnnotationFontObject->setFont(theFont.get()); in setFont()
128 return theFont.get(); in getFont()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dttfont.cpp163 unsigned int theFont = iFont; in ttf_render_string() local
164 while((theFont < NUM_FONT) && !g_font[theFont]) theFont++; in ttf_render_string()
165 if((theFont >= NUM_FONT) || !g_font[theFont]) { in ttf_render_string()
184 g_font[theFont]->Render(s, -1, FTPoint(), FTPoint(), renderMode); in ttf_render_string()
190 fAdvance = g_font[theFont]->Advance((s+i), 1, FTPoint()); in ttf_render_string()
191 g_font[theFont]->Render((s+i), 1, FTPoint(), FTPoint(), renderMode); in ttf_render_string()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_BRepTextBuilder.cxx24 TopoDS_Shape StdPrs_BRepTextBuilder::Perform (StdPrs_BRepFont& theFont, in Perform() argument
32 Standard_Mutex::Sentry aSentry (theFont.Mutex()); in Perform()
36 Standard_Real aScaleUnits = theFont.Scale(); in Perform()
43 aGlyphShape = theFont.RenderGlyph (aFormatterIt.Symbol()); in Perform()
62 TopoDS_Shape StdPrs_BRepTextBuilder::Perform (StdPrs_BRepFont& theFont, in Perform() argument
73 aFormatter->Append (theString, *theFont.FTFont()); in Perform()
76 return Perform (theFont, aFormatter, thePenLoc); in Perform()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkfontdialog.cpp87 int KFontDialog::getFontDiff(QFont &theFont, in getFontDiff() argument
97 dlg.setFont(theFont, flags & KFontChooser::FixedFontsOnly); in getFontDiff()
101 theFont = dlg.d->chooser->font(); in getFontDiff()
110 int KFontDialog::getFont(QFont &theFont, in getFont() argument
118 dlg.setFont(theFont, flags & KFontChooser::FixedFontsOnly); in getFont()
122 theFont = dlg.d->chooser->font(); in getFont()
130 int KFontDialog::getFontAndText(QFont &theFont, QString &theString, in getFontAndText() argument
139 dlg.setFont(theFont, flags & KFontChooser::FixedFontsOnly); in getFontAndText()
143 theFont = dlg.d->chooser->font(); in getFontAndText()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkfontchooserdialog.cpp73 int KFontChooserDialog::getFontDiff(QFont &theFont, KFontChooser::FontDiffFlags &diffFlags, const K… in getFontDiff() argument
77 dialog->setFont(theFont, flags & KFontChooser::FixedFontsOnly); in getFontDiff()
81 theFont = dialog->d->m_fontChooser->font(); in getFontDiff()
83 stripRegularStyleName(theFont); in getFontDiff()
90 int KFontChooserDialog::getFont(QFont &theFont, const KFontChooser::DisplayFlags &flags, QWidget *p… in getFont() argument
94 dialog->setFont(theFont, flags & KFontChooser::FixedFontsOnly); in getFont()
98 theFont = dialog->d->m_fontChooser->font(); in getFont()
99 stripRegularStyleName(theFont); in getFont()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_AspectText3d.hxx42 Standard_CString theFont,
72 void SetFont (const TCollection_AsciiString& theFont) in SetFont() argument
74 if (!theFont.IsEmpty()) in SetFont()
76 myTextFont = new TCollection_HAsciiString (theFont); in SetFont()
85 void SetFont (const Standard_CString theFont) in SetFont() argument
87 SetFont (TCollection_AsciiString (theFont)); in SetFont()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_AspectText3d.hxx42 Standard_CString theFont,
72 void SetFont (const TCollection_AsciiString& theFont) in SetFont() argument
74 if (!theFont.IsEmpty()) in SetFont()
76 myTextFont = new TCollection_HAsciiString (theFont); in SetFont()
85 void SetFont (const Standard_CString theFont) in SetFont() argument
87 SetFont (TCollection_AsciiString (theFont)); in SetFont()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_AspectText3d.hxx42 Standard_CString theFont,
72 void SetFont (const TCollection_AsciiString& theFont) in SetFont() argument
74 if (!theFont.IsEmpty()) in SetFont()
76 myTextFont = new TCollection_HAsciiString (theFont); in SetFont()
85 void SetFont (const Standard_CString theFont) in SetFont() argument
87 SetFont (TCollection_AsciiString (theFont)); in SetFont()
H A DGraphic3d_AspectText3d.cxx37 Standard_CString theFont, in Graphic3d_AspectText3d() argument
49 if (theFont != NULL in Graphic3d_AspectText3d()
50 && *theFont != '\0') in Graphic3d_AspectText3d()
52 myTextFont = new TCollection_HAsciiString (theFont); in Graphic3d_AspectText3d()
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/MacOnly/
H A DCPTTextStylePlatformSpecific.m17 NSFont *theFont = [NSFont fontWithName:style.fontName size:style.fontSize];
20 if ( theFont ) {
22 theFont, NSFontAttributeName,
53 NSFont *theFont = [NSFont fontWithName:style.fontName size:style.fontSize];
54 if ( theFont ) {
76 theFont, NSFontAttributeName,
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlayView.m263 NSFont *theFont;
276 theFont = [NSFont boldSystemFontOfSize: 18];
277 [attributes setObject: theFont forKey: NSFontAttributeName];
313 NSFont *theFont;
327 theFont = [NSFont systemFontOfSize: 11];
329 [attributes setObject: theFont forKey: NSFontAttributeName];
366 NSFont *theFont;
391 theFont = [NSFont boldSystemFontOfSize: 13];
393 [attributes setObject: theFont forKey: NSFontAttributeName];
428 NSFont *theFont;
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/
H A DODTExporter.cpp156 string theFont("Courier New"); in ODTStylesFileMID() local
173 theFont = string(faceName.mb_str()); in ODTStylesFileMID()
178 zout.Write(theFont.c_str(), theFont.size()); in ODTStylesFileMID()
180 zout.Write(theFont.c_str(), theFont.size()); in ODTStylesFileMID()
182 zout.Write(theFont.c_str(), theFont.size()); in ODTStylesFileMID()
187 return theFont; in ODTStylesFileMID()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
H A DXeTeXFontMgr_FC.cpp190 XeTeXFontMgr_FC::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
192 XeTeXFontMgr::getOpSizeRecAndStyleFlags(theFont); in getOpSizeRecAndStyleFlags()
194 if (theFont->weight == 0 && theFont->width == 0) { in getOpSizeRecAndStyleFlags()
196 FcPattern* pat = theFont->fontRef; in getOpSizeRecAndStyleFlags()
199 theFont->weight = value; in getOpSizeRecAndStyleFlags()
201 theFont->width = value; in getOpSizeRecAndStyleFlags()
203 theFont->slant = value; in getOpSizeRecAndStyleFlags()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
H A DXeTeXFontMgr_FC.cpp190 XeTeXFontMgr_FC::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
192 XeTeXFontMgr::getOpSizeRecAndStyleFlags(theFont); in getOpSizeRecAndStyleFlags()
194 if (theFont->weight == 0 && theFont->width == 0) { in getOpSizeRecAndStyleFlags()
196 FcPattern* pat = theFont->fontRef; in getOpSizeRecAndStyleFlags()
199 theFont->weight = value; in getOpSizeRecAndStyleFlags()
201 theFont->width = value; in getOpSizeRecAndStyleFlags()
203 theFont->slant = value; in getOpSizeRecAndStyleFlags()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
H A DXeTeXFontMgr_FC.cpp190 XeTeXFontMgr_FC::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
192 XeTeXFontMgr::getOpSizeRecAndStyleFlags(theFont); in getOpSizeRecAndStyleFlags()
194 if (theFont->weight == 0 && theFont->width == 0) { in getOpSizeRecAndStyleFlags()
196 FcPattern* pat = theFont->fontRef; in getOpSizeRecAndStyleFlags()
199 theFont->weight = value; in getOpSizeRecAndStyleFlags()
201 theFont->width = value; in getOpSizeRecAndStyleFlags()
203 theFont->slant = value; in getOpSizeRecAndStyleFlags()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp487 XeTeXFontMgr::getOpSizeRecAndStyleFlags(Font* theFont) in getOpSizeRecAndStyleFlags() argument
489 XeTeXFont font = createFont(theFont->fontRef, 655360); in getOpSizeRecAndStyleFlags()
502 theFont->opSizeInfo.minSize = pSizeRec->minSize; in getOpSizeRecAndStyleFlags()
503 theFont->opSizeInfo.maxSize = pSizeRec->maxSize; in getOpSizeRecAndStyleFlags()
509 theFont->weight = os2Table->usWeightClass; in getOpSizeRecAndStyleFlags()
510 theFont->width = os2Table->usWidthClass; in getOpSizeRecAndStyleFlags()
512 theFont->isReg = (sel & (1 << 6)) != 0; in getOpSizeRecAndStyleFlags()
513 theFont->isBold = (sel & (1 << 5)) != 0; in getOpSizeRecAndStyleFlags()
514 theFont->isItalic = (sel & (1 << 0)) != 0; in getOpSizeRecAndStyleFlags()
521 theFont->isBold = true; in getOpSizeRecAndStyleFlags()
[all …]
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/iPhoneOnly/
H A DCPTTextStylePlatformSpecific.m18 UIFont *theFont = [UIFont fontWithName:style.fontName size:style.fontSize];
19 CGSize textSize = [self sizeWithFont:theFont constrainedToSize:CGSizeMake(10000.0, 10000.0)];
43 UIFont *theFont = [UIFont fontWithName:style.fontName size:style.fontSize];
46 withFont:theFont
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSLayoutManager.java48 public double defaultBaselineOffsetForFont(NSFont theFont) { in defaultBaselineOffsetForFont() argument
49 …bjc_msgSend_fpret(this.id, OS.sel_defaultBaselineOffsetForFont_, theFont != null ? theFont.id : 0); in defaultBaselineOffsetForFont()
52 public double defaultLineHeightForFont(NSFont theFont) { in defaultLineHeightForFont() argument
53 …return OS.objc_msgSend_fpret(this.id, OS.sel_defaultLineHeightForFont_, theFont != null ? theFont.… in defaultLineHeightForFont()

12345678910>>...17