mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0023466: Move OSD_FontMgr class outside TKernel
Created new package Font in TKService. Classes FontMgr and SystemFont have been moved from OSD package to Font package.
This commit is contained in:
@@ -167,11 +167,11 @@ public:
|
||||
|
||||
//// RELATED TO FONTS ////
|
||||
|
||||
int FindFont (const char* theFontName,
|
||||
const OSD_FontAspect theFontAspect,
|
||||
const int theBestSize = -1,
|
||||
const float theXScale = 1.0f,
|
||||
const float theYScale = 1.0f)
|
||||
int FindFont (const char* theFontName,
|
||||
const Font_FontAspect theFontAspect,
|
||||
const int theBestSize = -1,
|
||||
const float theXScale = 1.0f,
|
||||
const float theYScale = 1.0f)
|
||||
{
|
||||
return myDisplay->FindFont (theFontName, theFontAspect, theBestSize, theXScale, theYScale);
|
||||
}
|
||||
|
Reference in New Issue
Block a user