mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:33:20 +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
|
@ -65,6 +65,7 @@ public:
|
|||
LONG GetDestRectHeight() const;
|
||||
LONG GetDestRectLeft() const;
|
||||
LONG GetDestRectTop() const;
|
||||
void GetRect(LPRECT prc) const;
|
||||
void DrawTextToolText(HDC hDCImage, COLORREF crFg, COLORREF crBg, BOOL bBgTransparent = FALSE);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue