GfxSelectFont
|
Low-level graphics |
SYNTAX | GfxSelectFont( ''facename'', pointsize, weight = fontNormal, italic = False, underline = False, orientation = 0 ) |
RETURNS | NOTHING |
FUNCTION | Initializes a font with the specified characteristics. Then selects the the as current for subsequent drawing operations.
Parameters:
NOTE: This is LOW-LEVEL graphic function. To learn more about low-level graphic functions please read TUTORIAL: Using low-level graphics. |
EXAMPLE | GfxSelectFont("Tahoma", 20, 700 ); |
SEE ALSO | GfxLineTo() function , GfxMoveTo() function , GfxSelectPen() function , GfxSelectSolidBrush() function , GfxSetPixel() function , GfxTextOut() function |
The GfxSelectFont function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.