Home
last modified time | relevance | path

Searched refs:theFontName (Results 1 – 22 of 22) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DFont_FontMgr.hxx88 …ndle(Font_SystemFont) GetFont (const Handle(TCollection_HAsciiString)& theFontName, const Font_Fon…
92 …Standard_EXPORT Handle(Font_SystemFont) GetFont (const TCollection_AsciiString& theFontName) const;
104 Standard_EXPORT Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName,
110 Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName, in FindFont() argument
113 return FindFont (theFontName, Font_StrictLevel_Any, theFontAspect); in FindFont()
182 const TCollection_AsciiString& theFontName);
191 const TCollection_AsciiString& theFontName);
224 Handle(Font_SystemFont) Find (const TCollection_AsciiString& theFontName) const;
253 …nst TCollection_AsciiString& theFontName, Font_FontAspect theFontAspect = Font_FontAspect_UNDEFINE… in Font_FontAlias()
H A DStdPrs_BRepFont.hxx55 …rd_EXPORT static Handle(StdPrs_BRepFont) FindAndCreate (const TCollection_AsciiString& theFontName,
76 Standard_EXPORT StdPrs_BRepFont (const NCollection_String& theFontName,
103 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
203 bool Init (const NCollection_String& theFontName, in Init() argument
207 return FindAndInit (theFontName.ToCString(), theFontAspect, theSize, Font_StrictLevel_Any); in Init()
H A DFont_FTFont.hxx79 …andard_EXPORT static Handle(Font_FTFont) FindAndCreate (const TCollection_AsciiString& theFontName,
197 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
333 bool Init (const NCollection_String& theFontName, in Init() argument
341 return FindAndInit (theFontName.ToCString(), theFontAspect, aParams); in Init()
H A DIGESGraph_TextFontDef.hxx125 Handle(TCollection_HAsciiString) theFontName;
H A DFont_SystemFont.hxx32 Standard_EXPORT Font_SystemFont (const TCollection_AsciiString& theFontName);
/dports/cad/opencascade/opencascade-7.6.0/src/Font/
H A DFont_FontMgr.hxx88 …ndle(Font_SystemFont) GetFont (const Handle(TCollection_HAsciiString)& theFontName, const Font_Fon…
92 …Standard_EXPORT Handle(Font_SystemFont) GetFont (const TCollection_AsciiString& theFontName) const;
104 Standard_EXPORT Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName,
110 Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName, in FindFont() argument
113 return FindFont (theFontName, Font_StrictLevel_Any, theFontAspect); in FindFont()
182 const TCollection_AsciiString& theFontName);
191 const TCollection_AsciiString& theFontName);
224 Handle(Font_SystemFont) Find (const TCollection_AsciiString& theFontName) const;
253 …nst TCollection_AsciiString& theFontName, Font_FontAspect theFontAspect = Font_FontAspect_UNDEFINE… in Font_FontAlias()
H A DFont_SystemFont.cxx27 Font_SystemFont::Font_SystemFont (const TCollection_AsciiString& theFontName) in IMPLEMENT_STANDARD_RTTIEXT()
28 : myFontKey (theFontName), in IMPLEMENT_STANDARD_RTTIEXT()
29 myFontName (theFontName), in IMPLEMENT_STANDARD_RTTIEXT()
33 …if (theFontName.IsEmpty()) { throw Standard_ProgramError ("Font_SystemFont constructor called with… in IMPLEMENT_STANDARD_RTTIEXT()
H A DFont_FontMgr.cxx324 const TCollection_AsciiString& theFontName) in AddFontAlias() argument
343 anAliases->Append (Font_FontAlias (theFontName)); in AddFontAlias()
372 if (theFontName.IsEmpty()) in RemoveFontAlias()
380 if (aFontIter.Value().FontName.IsEqual (theFontName)) in RemoveFontAlias()
962 if ((theFontSize < 2 && theFontSize != -1) || theFontName.IsNull()) in Handle()
967 Handle(Font_SystemFont) aFont = myFontMap.Find (theFontName->String()); in Handle()
981 return myFontMap.Find (theFontName); in Handle()
1024 TCollection_AsciiString aFontName (theFontName); in Handle()
1087 " instead of requested '" + theFontName + "'"); in Handle()
1138 else if (theFontName.IsEmpty()) in Handle()
[all …]
H A DFont_FTFont.hxx79 …andard_EXPORT static Handle(Font_FTFont) FindAndCreate (const TCollection_AsciiString& theFontName,
197 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
333 bool Init (const NCollection_String& theFontName, in Init() argument
341 return FindAndInit (theFontName.ToCString(), theFontAspect, aParams); in Init()
H A DFont_FTFont.cxx186 Handle(Font_FTFont) Font_FTFont::FindAndCreate (const TCollection_AsciiString& theFontName, in Handle()
194 …if (Handle(Font_SystemFont) aRequestedFont = aFontMgr->FindFont (theFontName, theStrictLevel, aFon… in Handle()
241 bool Font_FTFont::FindAndInit (const TCollection_AsciiString& theFontName, in FindAndInit() argument
249 …if (Handle(Font_SystemFont) aRequestedFont = aFontMgr->FindFont (theFontName.ToCString(), theStric… in FindAndInit()
H A DFont_SystemFont.hxx32 Standard_EXPORT Font_SystemFont (const TCollection_AsciiString& theFontName);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DFont_FontMgr.hxx88 …ndle(Font_SystemFont) GetFont (const Handle(TCollection_HAsciiString)& theFontName, const Font_Fon…
92 …Standard_EXPORT Handle(Font_SystemFont) GetFont (const TCollection_AsciiString& theFontName) const;
103 Standard_EXPORT Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName,
108 Handle(Font_SystemFont) FindFont (const TCollection_AsciiString& theFontName, in FindFont() argument
111 return FindFont (theFontName, Font_StrictLevel_Any, theFontAspect); in FindFont()
156 Handle(Font_SystemFont) Find (const TCollection_AsciiString& theFontName) const;
185 …nst TCollection_AsciiString& theFontName, Font_FontAspect theFontAspect = Font_FontAspect_UNDEFINE… in Font_FontAlias()
H A DFont_BRepFont.hxx63 Standard_EXPORT Font_BRepFont (const NCollection_String& theFontName,
88 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
185 bool Init (const NCollection_String& theFontName, in Init() argument
189 return FindAndInit (theFontName.ToCString(), theFontAspect, theSize, Font_StrictLevel_Any); in Init()
H A DFont_FTFont.hxx67 …andard_EXPORT static Handle(Font_FTFont) FindAndCreate (const TCollection_AsciiString& theFontName,
181 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
303 bool Init (const NCollection_String& theFontName, in Init() argument
311 return FindAndInit (theFontName.ToCString(), theFontAspect, aParams); in Init()
H A DIGESGraph_TextFontDef.hxx127 Handle(TCollection_HAsciiString) theFontName;
H A DFont_SystemFont.hxx32 Standard_EXPORT Font_SystemFont (const TCollection_AsciiString& theFontName);
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_BRepFont.hxx55 …rd_EXPORT static Handle(StdPrs_BRepFont) FindAndCreate (const TCollection_AsciiString& theFontName,
76 Standard_EXPORT StdPrs_BRepFont (const NCollection_String& theFontName,
103 Standard_EXPORT bool FindAndInit (const TCollection_AsciiString& theFontName,
203 bool Init (const NCollection_String& theFontName, in Init() argument
207 return FindAndInit (theFontName.ToCString(), theFontAspect, theSize, Font_StrictLevel_Any); in Init()
H A DStdPrs_BRepFont.cxx177 StdPrs_BRepFont::StdPrs_BRepFont (const NCollection_String& theFontName, in StdPrs_BRepFont() argument
195 myFTFont->FindAndInit (theFontName.ToCString(), theFontAspect, THE_FONT_PARAMS, theStrictLevel); in StdPrs_BRepFont()
212 Handle(StdPrs_BRepFont) StdPrs_BRepFont::FindAndCreate (const TCollection_AsciiString& theFontName, in Handle()
219 if (aFont->FindAndInit (theFontName, theFontAspect, theSize, theStrictLevel)) in Handle()
260 bool StdPrs_BRepFont::FindAndInit (const TCollection_AsciiString& theFontName, in FindAndInit() argument
272 …return myFTFont->FindAndInit (theFontName.ToCString(), theFontAspect, THE_FONT_PARAMS, theStrictLe… in FindAndInit()
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitorTableSorter.java55 String theFontName) in STAXMonitorTableSorter() argument
59 fontName = theFontName; in STAXMonitorTableSorter()
63 boolean ascending, String theFontName) in STAXMonitorTableSorter() argument
67 fontName = theFontName; in STAXMonitorTableSorter()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGraph/
H A DIGESGraph_TextFontDef.cxx56 theFontName = aFontName; in Init()
77 return theFontName; in Handle()
H A DIGESGraph_TextFontDef.hxx125 Handle(TCollection_HAsciiString) theFontName;
/dports/devel/staf/src/staf/lang/java/classes/
H A DSTAFLogViewer.java2083 String theFontName) in STAFTableSorter() argument
2087 fontName = theFontName; in STAFTableSorter()