'宣言 Public Function FindBestMatch( _ ByVal name As System.String, _ ByVal charSet As System.Integer, _ ByVal fontStyle As System.Drawing.FontStyle _ ) As EmbeddedFont
public EmbeddedFont FindBestMatch( System.string name, System.int charSet, System.Drawing.FontStyle fontStyle )
パラメータ
- name
- 検索するフォントの名前。
- charSet
- 検索する文字セット。
- fontStyle
- 一致するフォントのスタイル。
戻り値の型
一致する EmbeddedFont。一致が見つからなかった場合は null。