NSLayoutManager.DrawGlyphs(NSRange, CGPoint) 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.
Draws the specified glyph range.
[Foundation.Export("drawGlyphsForGlyphRange:atPoint:")]
public virtual void DrawGlyphs (Foundation.NSRange glyphsToShow, CoreGraphics.CGPoint origin);
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.