Compartir a través de


IFontCollection Interfaz

Definición

Colección de fuentes.

public interface class IFontCollection : System::Collections::Generic::ICollection<Microsoft::Maui::Hosting::FontDescriptor ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Hosting::FontDescriptor ^>, System::Collections::Generic::IList<Microsoft::Maui::Hosting::FontDescriptor ^>
public interface IFontCollection : System.Collections.Generic.ICollection<Microsoft.Maui.Hosting.FontDescriptor>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Hosting.FontDescriptor>, System.Collections.Generic.IList<Microsoft.Maui.Hosting.FontDescriptor>
type IFontCollection = interface
    interface IList<FontDescriptor>
    interface ICollection<FontDescriptor>
    interface seq<FontDescriptor>
    interface IEnumerable
Public Interface IFontCollection
Implements ICollection(Of FontDescriptor), IEnumerable(Of FontDescriptor), IList(Of FontDescriptor)
Implementaciones

Métodos de extensión

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Colección de fuentes.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Agrega la fuente especificada en filename desde un recurso incrustado en assembly a fontCollection, con un alias de fuente opcional especificado en alias.

AddFont(IFontCollection, String, String)

Agrega la fuente especificada en filename a fontCollection, con un alias de fuente opcional especificado en alias.

Se aplica a