Basic Font integration.
This commit is contained in:
parent
ce11c52ae5
commit
72123bc333
36 changed files with 325 additions and 198 deletions
|
@ -11,7 +11,9 @@ class MouseEvent;
|
|||
class KeyboardEvent;
|
||||
|
||||
class DrawingContext;
|
||||
class FontsManager;
|
||||
enum class DrawingMode;
|
||||
|
||||
class Widget;
|
||||
using WidgetPtr = std::unique_ptr<Widget>;
|
||||
class IPlatformWindow;
|
||||
|
@ -43,7 +45,7 @@ public:
|
|||
|
||||
IPlatformWindow* getPlatformWindow() const;
|
||||
|
||||
void setPlatformWindow(IPlatformWindowPtr window, DrawingMode drawingMode);
|
||||
void setPlatformWindow(IPlatformWindowPtr window, FontsManager* fontsManager, DrawingMode drawingMode);
|
||||
|
||||
void map();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue