Freigeben über


IFontCollection Schnittstelle

Definition

Eine Sammlung von Schriftarten.

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

Erweiterungsmethoden

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Eine Sammlung von Schriftarten.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Fügt die in filename angegebene Schriftart aus einer eingebetteten Ressource in assembly hinzu fontCollection, wobei ein optionaler Schriftartalias in angegeben ist alias.

AddFont(IFontCollection, String, String)

Fügt die in filename angegebene Schriftart mit einem optionalen Schriftartalias hinzu, der fontCollectionin aliasangegeben ist.

Gilt für: