Font Constructor (Stream)

SFML.Net

Font Constructor (Stream)
Construct the font from a custom stream

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

Parameters

stream
Type: System.IOStream
Source stream to read from
Exceptions
ExceptionCondition
LoadingFailedException
See Also