mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 12:47:51 +08: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:
@@ -3734,13 +3734,13 @@ Standard_Boolean Visual3d_View::GetGraduatedTrihedron
|
||||
/* Name of font for names of axes */
|
||||
TCollection_AsciiString& fontOfNames,
|
||||
/* Style of names of axes */
|
||||
OSD_FontAspect& styleOfNames,
|
||||
Font_FontAspect& styleOfNames,
|
||||
/* Size of names of axes */
|
||||
Standard_Integer& sizeOfNames,
|
||||
/* Name of font for values */
|
||||
TCollection_AsciiString& fontOfValues,
|
||||
/* Style of values */
|
||||
OSD_FontAspect& styleOfValues,
|
||||
Font_FontAspect& styleOfValues,
|
||||
/* Size of values */
|
||||
Standard_Integer& sizeOfValues) const
|
||||
{
|
||||
@@ -3859,13 +3859,13 @@ void Visual3d_View::GraduatedTrihedronDisplay
|
||||
/* Name of font for names of axes */
|
||||
const TCollection_AsciiString &fontOfNames,
|
||||
/* Style of names of axes */
|
||||
const OSD_FontAspect styleOfNames,
|
||||
const Font_FontAspect styleOfNames,
|
||||
/* Size of names of axes */
|
||||
const Standard_Integer sizeOfNames,
|
||||
/* Name of font for values */
|
||||
const TCollection_AsciiString &fontOfValues,
|
||||
/* Style of values */
|
||||
const OSD_FontAspect styleOfValues,
|
||||
const Font_FontAspect styleOfValues,
|
||||
/* Size of values */
|
||||
const Standard_Integer sizeOfValues)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user