Font Constructor (Font)

SFML.Net

Font Constructor (Font)
Construct the font from another font

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Font(
	Font copy
)
Public Sub New ( 
	copy As Font
)
public:
Font(
	Font^ copy
)
new : 
        copy : Font -> Font

Parameters

copy
Type: SFML.GraphicsFont
Font to copy
See Also