| No. |
Setting |
Selected By Function and
Description |
| 1 |
Text color |
SetTextColor() sets the color of the text. |
| 2 |
Background color |
SetBkColor() sets the background color that surrounds
each character. |
| 3 |
Background mode |
SetBkMode() sets the painting of text and graphics. |
| 4 |
Stock Font |
SelectStockObject() sets the font used by text output
functions. |
| 5 |
Pen |
SelectObject() sets a pen to draw lines and outlines
of objects. |
| 6 |
Stock Pen |
SelectStockObject() selects predefined stock pens. |
| 7 |
Brush |
SelectObject() selects a brush pattern to fill the
interior of object. |
| 8 |
Stock Brush |
SelectStockObject() selects predefined stock brushes. |
| 9 |
Raster Drawing Mode |
SetROP2 () determines how the existing pixels on the
screen are combined with the new pixels while drawing with pens and brushes. |
| 10 |
Polygon Fill Mode |
SetPolyFillMode() determines how polygons are filled.
|
| 11 |
Clipping Region |
SelectClipRgn() limits the area where the output will
be displayed. |