[[Property:title|GDI plus - text]] [[Property:weight|-7]] [[Property:uuid|0c5210da-5512-5ae5-2971-a1a5095737c9]]
[[Image:text|Hello world form]]


==Compiling== To compile the example: # Launch EiffelStudio. # Click '''Add project''' # Browse to ''$ISE_EIFFEL\examples\dotnet\gdi_plus\text\'' # Choose ''text.ecf'' # Choose the location where the project will be compiled, by default the same directory containing the configuration file. # Click '''Open'''. ==Running== After launching the application, you will see a window displayed with a similar appearance to the one above. ==Under the Hood== This sample show how to draw some text in a window, using different brushes, different fonts, different style and different colors. This sample uses the following class: * FORM ==Notes== This sample is translated from the example located in the QuickStart\winforms\samples\gdiplus subdirectory of the .NET Framework SDK samples directory of Microsoft Visual Studio.NET.