Metodo DedFontInfoGetFont
             | 
          
        
        
            Ritorna un'istanza dell'oggetto Font utilizzando le impostazioni del FontInfo corrente.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic Font GetFont(
	bool showMsgOnFontNotFound = false
)
Public Function GetFont ( 
	Optional showMsgOnFontNotFound As Boolean = false
) As Font
public:
Font^ GetFont(
	bool showMsgOnFontNotFound = false
)
member GetFont : 
        ?showMsgOnFontNotFound : bool 
(* Defaults:
        let _showMsgOnFontNotFound = defaultArg showMsgOnFontNotFound false
*)
-> Font Parametri
- showMsgOnFontNotFound  Boolean  (Optional)
 - Indica se visualizzare un messaggio nel caso il font non venisse trovato nel sistema.
 
Valore di ritorno
Font
Vedi anche