IJCADの文字スタイルにて「MSゴシック」は、以下のコードで設定できるのですが、
「MS Pゴシック」はどのようにすれば設定できるのでしょうか?
Dim txtStyleTblRec As TextStyleTableRecord = New TextStyleTableRecord()
With txtStyleTblRec
.Name = styleName
.FileName = "C:\Windows\Fonts\msgothic.ttc"
.TextSize = 0
End With