Class FontMatcher
Il nome: Aspose.Html.Rendering.Fonts Assemblaggio: Aspose.HTML.dll (25.4.0)
Questa classe ti consente di controllare alcune parti dell’algoritmo corrispondente alla lettera.
[ComVisible(true)]
public abstract class FontMatcher
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FontMatcher()
protected FontMatcher()
Methods
MatchFontFallback(Proprietà di FontMatching, uint)
Questo metodo è chiamato se non c’è alcun font appropriato trovato nelle cartelle di ricerca delle font.Dobbiamo restituire il vero tipo di font basato sul fontMatchingProperties" che può rendere
charCode", o ’null’ se tale font non è disponibile.
public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties, uint charCode)
Parameters
fontMatchingProperties
FontMatchingProperties
Proprietà del font corrispondente.
charCode
uint
Codice del carattere che verrà renderito utilizzando la font corrispondente.
Returns
byte [ ]
Un byte che contiene i dati delle font o ‘zero’.