mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +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
|
@ -32,6 +32,16 @@ public:
|
|||
CString strFile3;
|
||||
CString strFile4;
|
||||
|
||||
CString strFontName;
|
||||
DWORD PointSize;
|
||||
DWORD Bold;
|
||||
DWORD Italic;
|
||||
DWORD Underline;
|
||||
DWORD CharSet;
|
||||
DWORD FontsPositionX;
|
||||
DWORD FontsPositionY;
|
||||
DWORD ShowTextTool;
|
||||
|
||||
enum WallpaperStyle {
|
||||
TILED,
|
||||
CENTERED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue