FontsContract.FontRequestCallback.OnTypefaceRetrieved(Typeface) 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.
Called then a Typeface request done via #requestFonts
is complete.
[Android.Runtime.Register("onTypefaceRetrieved", "(Landroid/graphics/Typeface;)V", "GetOnTypefaceRetrieved_Landroid_graphics_Typeface_Handler", ApiSince=26)]
public virtual void OnTypefaceRetrieved (Android.Graphics.Typeface? typeface);
[<Android.Runtime.Register("onTypefaceRetrieved", "(Landroid/graphics/Typeface;)V", "GetOnTypefaceRetrieved_Landroid_graphics_Typeface_Handler", ApiSince=26)>]
abstract member OnTypefaceRetrieved : Android.Graphics.Typeface -> unit
override this.OnTypefaceRetrieved : Android.Graphics.Typeface -> unit
Parameters
- typeface
- Typeface
The Typeface object retrieved.
- Attributes
Remarks
Called then a Typeface request done via #requestFonts
is complete. Note that this method will not be called if #onTypefaceRequestFailed(int)
is called instead.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.