バージョン

WriteFontName メソッド

フォント名を StringBuilder に付加します。
シンタックス
'宣言
 
Protected Overridable Sub WriteFontName( _
   ByVal str As StringBuilder, _
   ByVal f As FontInfo, _
   ByVal start As String, _
   ByVal end As String _
) 
protected virtual void WriteFontName( 
   StringBuilder str,
   FontInfo f,
   string start,
   string end
)

パラメータ

str
StringBuilder
f
FontInfo == Style.Font
start
プリフィックス文字列。例:"font-family:"、"font-face:"、または "face=\""
end
サフィックス文字列。例: ";" または "\""
参照