NSLayoutManager.ShowGlyphs 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("showCGGlyphs:positions:count:font:matrix:attributes:inContext:")]
protected virtual void ShowGlyphs (IntPtr glyphs, IntPtr positions, nuint glyphCount, UIKit.UIFont font, CoreGraphics.CGAffineTransform textMatrix, Foundation.NSDictionary attributes, CoreGraphics.CGContext graphicsContext);
abstract member ShowGlyphs : nativeint * nativeint * nuint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit
override this.ShowGlyphs : nativeint * nativeint * nuint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit
Parameters
- glyphs
-
IntPtr
nativeint
- positions
-
IntPtr
nativeint
- glyphCount
- System.System.UIntPtr System.unativeint
- font
- UIFont
- textMatrix
- CGAffineTransform
- attributes
- NSDictionary
- graphicsContext
- CGContext
- Attributes