'宣言 Public Function IsCharSupported( _ ByVal ch As System.Char _ ) As System.Boolean
'使用法 Dim instance As FontSubSet Dim ch As System.Char Dim value As System.Boolean value = instance.IsCharSupported(ch)
public System.bool IsCharSupported( System.char ch )
パラメータ
- ch