'宣言 Public Overloads Shared Function GetFontSubSet( _ ByVal font As System.Drawing.Font _ ) As FontSubSet
'使用法 Dim font As System.Drawing.Font Dim value As FontSubSet value = FontSubSet.GetFontSubSet(font)
public static FontSubSet GetFontSubSet( System.Drawing.Font font )
パラメータ
- font
- The font object.
戻り値の型
The FontSubSet object.