mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:02:02 +00:00
[MSPAINT] Implement the text tool (#4237)
- Add CFontsDialog and IDD_FONTS. - Rewrite CTextEditWindow. - Implement TOOL_TEXT tool. - Add the font-related settings. CORE-17949
This commit is contained in:
parent
951e52104a
commit
361a2ce4f7
52 changed files with 1686 additions and 99 deletions
|
@ -85,10 +85,6 @@ private:
|
|||
|
||||
ToolBase *GetOrCreateTool(TOOLTYPE nTool);
|
||||
|
||||
void NotifyToolChanged();
|
||||
void NotifyToolSettingsChanged();
|
||||
void NotifyZoomChanged();
|
||||
|
||||
public:
|
||||
ToolsModel();
|
||||
~ToolsModel();
|
||||
|
@ -117,4 +113,8 @@ public:
|
|||
|
||||
void resetTool();
|
||||
void selectAll();
|
||||
|
||||
void NotifyToolChanged();
|
||||
void NotifyToolSettingsChanged();
|
||||
void NotifyZoomChanged();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue