Share via


NSLayoutManager.DrawGlyphs(NSRange, CGPoint) Method

Definition

Draws the specified glyph range.

[Foundation.Export("drawGlyphsForGlyphRange:atPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawGlyphs(Foundation.NSRange glyphsToShow, CoreGraphics.CGPoint origin);
[<Foundation.Export("drawGlyphsForGlyphRange:atPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawGlyphs : Foundation.NSRange * CoreGraphics.CGPoint -> unit
override this.DrawGlyphs : Foundation.NSRange * CoreGraphics.CGPoint -> unit

Parameters

glyphsToShow
NSRange
origin
CGPoint
Attributes

Remarks

This method causes glyph generation and layout, if needed.

glyphsToShow must specify glyphs within a single NSTextContainer.

Applies to