UITextFormattingViewControllerDelegate.ShouldPresentFontPicker 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.
[Foundation.Export("textFormattingViewController:shouldPresentFontPicker:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPresentFontPicker(UIKit.UITextFormattingViewController viewController, UIKit.UIFontPickerViewController fontPicker);
[<Foundation.Export("textFormattingViewController:shouldPresentFontPicker:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPresentFontPicker : UIKit.UITextFormattingViewController * UIKit.UIFontPickerViewController -> bool
override this.ShouldPresentFontPicker : UIKit.UITextFormattingViewController * UIKit.UIFontPickerViewController -> bool
Parameters
- viewController
- UITextFormattingViewController
- fontPicker
- UIFontPickerViewController
Returns
Implements
- Attributes