Share via


NSBezierPath.AppendPathWithCGGlyph(UInt16, NSFont) Method

Definition

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

Parameters

glyph
UInt16
font
NSFont
Attributes

Applies to