FontCache.GetFont(String, Single, Boolean, Boolean, Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
System::Drawing::Font ^ GetFont(System::String ^ family, float emSizePoints, bool bold, bool italic, bool underline, bool strikeOut);
public System.Drawing.Font GetFont (string family, float emSizePoints, bool bold, bool italic, bool underline, bool strikeOut);
member this.GetFont : string * single * bool * bool * bool * bool -> System.Drawing.Font
Public Function GetFont (family As String, emSizePoints As Single, bold As Boolean, italic As Boolean, underline As Boolean, strikeOut As Boolean) As Font
参数
- family
- String
- emSizePoints
- Single
- bold
- Boolean
- italic
- Boolean
- underline
- Boolean
- strikeOut
- Boolean