Metodo IVisualProperties::SetFont (shobjidl.h)
Imposta gli attributi del tipo di carattere.
Sintassi
HRESULT SetFont(
[in] const LOGFONTW *plf,
[in] BOOL bRedraw
);
Parametri
[in] plf
Tipo: const LOGFONTW*
Puntatore a una struttura LOGFONT contenente gli attributi da impostare.
[in] bRedraw
Tipo: BOOL
TRUE se l'elemento deve essere ridisegnato dopo l'impostazione dei nuovi attributi; in caso contrario FALSE.
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | shobjidl.h |