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: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> GraphicsFont
Parameters
- 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