GraphicsFont Constructor (Font, Boolean) | 
 
Initializes a graphics font using a 
Font object.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsFont(
	Font font,
	bool outline
)
Public Sub New ( 
	font As Font,
	outline As Boolean
)
public:
GraphicsFont(
	Font^ font, 
	bool outline
)
new : 
        font : Font * 
        outline : bool -> GraphicsFontParameters
- font
 - Type: System.DrawingFont
The Font object specifying the font's typeface name,
size, and style.
 - outline
 - Type: SystemBoolean
true if the font should be created with an outline around its characters;
otherwise, false.
 
Exceptions
See Also