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