Condividi tramite


IFontCollection Interfaccia

Definizione

Raccolta di tipi di carattere.

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)
Implementazioni

Metodi di estensione

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Raccolta di tipi di carattere.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Aggiunge il tipo di carattere specificato in filename da una risorsa incorporata in all'oggetto assemblyfontCollection, con un alias di carattere facoltativo specificato in alias.

AddFont(IFontCollection, String, String)

Aggiunge il tipo di carattere specificato in filename all'oggetto fontCollection, con un alias di carattere facoltativo specificato in alias.

Si applica a