Bagikan melalui


IFontCollection Antarmuka

Definisi

Kumpulan font.

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

Metode Ekstensi

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

Kumpulan font.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

Menambahkan font yang ditentukan dalam filename dari sumber daya yang disematkan assembly ke fontCollection, dengan alias font opsional yang ditentukan dalam alias.

AddFont(IFontCollection, String, String)

Menambahkan font yang ditentukan dalam filename ke fontCollection, dengan alias font opsional yang ditentukan dalam alias.

Berlaku untuk