IFontCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of fonts.
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)
- Implements
Extension Methods
AddCompatibilityFonts(IFontCollection, IFontRegistrar, Assembly[]) | |
AddEmbeddedResourceFont(IFontCollection, Assembly, String, String) |
Adds the font specified in |
AddFont(IFontCollection, String, String) |
Adds the font specified in |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.