FontMatcher.MatchFontFallback
FontMatcher.MatchFontFallback method
Questo metodo viene chiamato se non viene trovato alcun carattere appropriato nelle cartelle di ricerca dei caratteri. Dovrebbe restituire un carattere true type basato sulfontMatchingProperties che può renderecharCode , Onullo
se tale font non è disponibile.
public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties,
uint charCode)
Parametro | Tipo | Descrizione |
---|---|---|
fontMatchingProperties | FontMatchingProperties | Proprietà del carattere corrispondente. |
charCode | UInt32 | Codice del carattere che verrà reso utilizzando il font corrispondente. |
Valore di ritorno
Un array di byte contenente i dati dei caratteri onullo
.
Guarda anche
- class FontMatchingProperties
- class FontMatcher
- spazio dei nomi Aspose.Html.Rendering.Fonts
- assemblea Aspose.HTML