1
0
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:
dbv
2012-10-11 17:45:15 +04:00
parent f1e162f2ad
commit eeaaaefb6f
39 changed files with 247 additions and 245 deletions

View File

@@ -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);
}