Dsl (Digital Simulation Library) for .Net
Font オブジェクトを文字列表現に変換します。

名前空間: DslSerializer
アッセンブリー: DslSerializer (in DslSerializer.dll)

構文

C#
public static string FontToString(
	Font font
)
Visual Basic
Public Shared Function FontToString ( 
	font As Font
) As String
Visual C++
public:
static String^ FontToString(
	Font^ font
)

Parameters

font
タイプ: System.Drawing..::..Font
出力対象の Font オブジェクト

Return Value

タイプ: String
オブジェクトの文字列表現

参照