Metodo DedFontInfoCreateFontInstance
|
Crea e ritorna un'istanza dell'oggetto Font sulla base della informazioni settate nei campi.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.2.0
Sintassi public static Font CreateFontInstance(
string nome,
float size,
DedFontInfoDedFontStyleEnum style,
bool underline,
bool strikethrough,
bool showMsgOnFontNotFound = false
)
Public Shared Function CreateFontInstance (
nome As String,
size As Single,
style As DedFontInfoDedFontStyleEnum,
underline As Boolean,
strikethrough As Boolean,
Optional showMsgOnFontNotFound As Boolean = false
) As Font
public:
static Font^ CreateFontInstance(
String^ nome,
float size,
DedFontInfoDedFontStyleEnum style,
bool underline,
bool strikethrough,
bool showMsgOnFontNotFound = false
)
static member CreateFontInstance :
nome : string *
size : float32 *
style : DedFontInfoDedFontStyleEnum *
underline : bool *
strikethrough : bool *
?showMsgOnFontNotFound : bool
(* Defaults:
let _showMsgOnFontNotFound = defaultArg showMsgOnFontNotFound false
*)
-> Font
Parametri
- nome String
-
- size Single
-
- style DedFontInfoDedFontStyleEnum
-
- underline Boolean
-
- strikethrough Boolean
-
- showMsgOnFontNotFound Boolean (Optional)
-
Valore di ritorno
FontVedi anche