Click or drag to resize

Metodo DedFontInfoCreateFontInstance

Crea e ritorna un'istanza dell'oggetto Font sulla base della informazioni settate nei campi.

Namespace: DedNet.Core
Assembly: 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
)

Parametri

nome  String
 
size  Single
 
style  DedFontInfoDedFontStyleEnum
 
underline  Boolean
 
strikethrough  Boolean
 
showMsgOnFontNotFound  Boolean  (Optional)
 

Valore di ritorno

Font
Vedi anche