MatchFontFallback

FontMatcher.MatchFontFallback method

Questo metodo viene chiamato se non è stato trovato alcun carattere appropriato nelle cartelle di ricerca dei caratteri. Dovrebbe restituire un carattere di tipo vero in base alfontMatchingProperties che può renderecharCode , onullo se tale carattere non è disponibile.

public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties, 
    uint charCode)
ParametroTipoDescrizione
fontMatchingPropertiesFontMatchingPropertiesProprietà del carattere abbinato.
charCodeUInt32Codice del carattere che verrà reso utilizzando il font abbinato.

Valore di ritorno

Una matrice di byte contenente i dati dei caratteri onullo.

Guarda anche