IEmbeddedFontLoader.LoadFont(EmbeddedFont) 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 (bool,string) LoadFont (Xamarin.Forms.EmbeddedFont font);
abstract member LoadFont : Xamarin.Forms.EmbeddedFont -> ValueTuple<bool, string>
Parameters
- font
- EmbeddedFont
Returns
System.ValueTuple<System.Boolean,System.String>