|
1 | 1 | /* |
2 | 2 | todo::: |
3 | | -Rendering mode |
4 | | -Custom font fallback |
5 | | -Custom font collection |
6 | | -AddFontMemResource |
7 | | -EDIT/RichEdit |
8 | | -Show red attribute on parse error |
9 | | -Add font selection dialog |
10 | | -Add font open dialog for font file |
11 | | -Get all characters |
| 3 | +-Custom font fallback |
| 4 | +-Custom font collection |
| 5 | +-EDIT/RichEdit |
| 6 | +-Show red attribute on parse error |
12 | 7 | ?Character glyph map |
13 | | -App translucency |
14 | | --Hit test canvas |
15 | | --Pan scroll canvas |
16 | | --Font fallback enable/disable |
17 | | --Store settings |
18 | | --Load settings |
19 | | --Transform drawable objects |
20 | | --Context menu on drawable objects right-click |
21 | | --Drawable object absolute placement |
22 | | --Draw labels |
23 | | --Reflow drawable objects |
24 | | --GDI+ DrawString/MeasureString |
25 | | --GDI+ DrawDriverString |
26 | | --Show red box on drawing error |
27 | | --Draw object background colors and object together |
28 | | --Fix user32 DrawText for vertical |
29 | | --Save selected font file |
| 8 | +?App translucency |
| 9 | ++Rendering mode |
| 10 | ++GDI AddFontMemResource |
| 11 | ++Add font open dialog for font file |
| 12 | ++Get all characters |
| 13 | ++Add font selection dialog |
| 14 | ++Hit test canvas |
| 15 | ++Pan scroll canvas |
| 16 | ++Font fallback enable/disable |
| 17 | ++Store settings |
| 18 | ++Load settings |
| 19 | ++Transform drawable objects |
| 20 | ++Context menu on drawable objects right-click |
| 21 | ++Drawable object absolute placement |
| 22 | ++Draw labels |
| 23 | ++Reflow drawable objects |
| 24 | ++GDI+ DrawString/MeasureString |
| 25 | ++GDI+ DrawDriverString |
| 26 | ++Show red box on drawing error |
| 27 | ++Draw object background colors and object together |
| 28 | ++Fix user32 DrawText for vertical |
| 29 | ++Save selected font file |
30 | 30 | */ |
31 | 31 | //---------------------------------------------------------------------------- |
32 | 32 | // Author: Dwayne Robinson |
|
0 commit comments