Creates new instance of System.Drawing.Font with same information.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public static implicit operator Font (
	FontInfo other
)
Visual Basic
Public Shared Widening Operator CType ( 
	other As FontInfo
) As Font

Parameters

other
Type: Sgry.Azuki..::..FontInfo

Return Value

Type: Font

See Also