다음을 통해 공유


IFontCollection 인터페이스

정의

글꼴 컬렉션입니다.

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)
구현

확장 메서드

AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[])

글꼴 컬렉션입니다.

AddEmbeddedResourceFont(IFontCollection, Assembly, String, String)

에 포함된 리소스에서 에 filename 지정된 글꼴을 fontCollection에 추가하고 에 선택적 글꼴 별칭을 지정 aliasassembly 합니다.

AddFont(IFontCollection, String, String)

filename 지정된 글꼴을 fontCollection에 추가하고 에 선택적 글꼴 별칭을 지정합니다 alias.

적용 대상