'宣言 Public Overloads Function FindFont( _ ByVal name As System.String, _ ByVal charSet As System.Integer, _ ByVal bold As System.Boolean, _ ByVal italic As System.Boolean _ ) As EmbeddedFont
'使用法 Dim instance As EmbeddedFontCollection Dim name As System.String Dim charSet As System.Integer Dim bold As System.Boolean Dim italic As System.Boolean Dim value As EmbeddedFont value = instance.FindFont(name, charSet, bold, italic)
public EmbeddedFont FindFont( System.string name, System.int charSet, System.bool bold, System.bool italic )
パラメータ
- name
- The name of the font to search for.
- charSet
- The charset to search for.
- bold
- The bold style to search for.
- italic
- The italic style to search for.
戻り値の型
The matching EmbeddedFont, or null if an exact match was not found.