FontCache.GetFont(String, Single, Boolean, Boolean, Boolean, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- family
- String
- emSizePoints
- Single
- bold
- Boolean
- italic
- Boolean
- underline
- Boolean
- strikeOut
- Boolean