Share via


NSBezierPath.AppendPathWithGlyph(UInt32, NSFont) Method

Definition

[Foundation.Export("appendBezierPathWithGlyph:inFont:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithGlyph(uint glyph, AppKit.NSFont font);
[<Foundation.Export("appendBezierPathWithGlyph:inFont:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithGlyph : uint32 * AppKit.NSFont -> unit
override this.AppendPathWithGlyph : uint32 * AppKit.NSFont -> unit

Parameters

glyph
UInt32
font
NSFont
Attributes

Applies to