MauiHandlersCollectionExtensions.AddCompatibilityFonts Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IFontCollection ^ AddCompatibilityFonts(Microsoft::Maui::Hosting::IFontCollection ^ fontCollection, Microsoft::Maui::IFontRegistrar ^ fontRegistrar, ... cli::array <System::Reflection::Assembly ^> ^ assemblies);
public static Microsoft.Maui.Hosting.IFontCollection AddCompatibilityFonts (this Microsoft.Maui.Hosting.IFontCollection fontCollection, Microsoft.Maui.IFontRegistrar fontRegistrar, params System.Reflection.Assembly[] assemblies);
static member AddCompatibilityFonts : Microsoft.Maui.Hosting.IFontCollection * Microsoft.Maui.IFontRegistrar * System.Reflection.Assembly[] -> Microsoft.Maui.Hosting.IFontCollection
<Extension()>
Public Function AddCompatibilityFonts (fontCollection As IFontCollection, fontRegistrar As IFontRegistrar, ParamArray assemblies As Assembly()) As IFontCollection
Parameters
- fontCollection
- IFontCollection
- fontRegistrar
- IFontRegistrar
- assemblies
- Assembly[]
Returns
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.