8fe2662184
* NEW: Define the name of the new components. * NEW: Newly opened profiler windows should have their columns correctly adjusted now. * NEW: Redraw some control icons. [GB.FORM.EDITOR] * NEW: Work continues... No procedure folding yet, but almost all other features of the Editor control are now implemented. * OPT: TextEditor does not use an internal GridView anymore, but directly a ScrollArea. * OPT: Line width computation cache. * NEW: Support for syntax highlighting. All highlighters from gb.eval.highlight are now included in this component. git-svn-id: svn://localhost/gambas/trunk@7084 867c0c6c-44f3-4631-809d-bfa615b0a4ec
10 lines
168 B
Text
10 lines
168 B
Text
' Gambas class file
|
|
|
|
|
|
Public Sub DrawingArea1_Draw()
|
|
|
|
'Paint.Font = Font["Liberation Mono,20"]
|
|
'Debug Paint.Font.ToString()
|
|
Paint.DrawText("Gambas", 20, 20)
|
|
|
|
End
|