MatchFontFallback
FontMatcher.MatchFontFallback method
Se llama a este método si no se encuentra una fuente adecuada en las carpetas de búsqueda de fuentes. Debería devolver una fuente de tipo verdadero según elfontMatchingProperties que puede representarcharCode , onulo
si dicha fuente no está disponible.
public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties,
uint charCode)
Parámetro | Escribe | Descripción |
---|---|---|
fontMatchingProperties | FontMatchingProperties | Propiedades de la fuente coincidente. |
charCode | UInt32 | Código del carácter que se representará utilizando la fuente coincidente. |
Valor_devuelto
Una matriz de bytes que contiene los datos de las fuentes onulo
.
Ver también
- class FontMatchingProperties
- class FontMatcher
- espacio de nombres Aspose.Svg.Rendering.Fonts
- asamblea Aspose.SVG