IFontCollection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
字体的集合。
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) |
使用 中指定的 |
AddFont(IFontCollection, String, String) |
使用 中指定的 |