'宣言 Public Function FindBestMatch( _ ByVal name As System.String, _ ByVal charSet As System.Integer, _ ByVal fontStyle As System.Drawing.FontStyle _ ) As EmbeddedFont
'使用法 Dim instance As EmbeddedFontCollection Dim name As System.String Dim charSet As System.Integer Dim fontStyle As System.Drawing.FontStyle Dim value As EmbeddedFont value = instance.FindBestMatch(name, charSet, fontStyle)
public EmbeddedFont FindBestMatch( System.string name, System.int charSet, System.Drawing.FontStyle fontStyle )
パラメータ
- name
- The name of the font to search for.
- charSet
- The charset to search for.
- fontStyle
- The style of the font to match.
戻り値の型
The matching EmbeddedFont, or null if a match could not be found.