Sdílet prostřednictvím


IFontCollection Rozhraní

Definice

Kolekce písem.

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

Metody rozšíření

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Kolekce písem.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Přidá písmo zadané v filename z vloženého prostředku v assembly do objektu fontCollections volitelným aliasem písma zadaným v alias.

AddFont(IFontCollection, String, String)

Přidá písmo zadané v filename do objektu fontCollections volitelným aliasem písma zadaným v alias.

Platí pro