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