Compartilhar via


IFontCollection Interface

Definição

Uma coleção de fontes.

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)
Implementações

Métodos de Extensão

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Uma coleção de fontes.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Adiciona a fonte especificada em filename de um recurso inserido no assembly ao , com um alias fontCollectionde fonte opcional especificado em alias.

AddFont(IFontCollection, String, String)

Adiciona a fonte especificada em filename ao , com um alias fontCollectionde fonte opcional especificado em alias.

Aplica-se a