Share via


NSLayoutManager.ShowGlyphs Method

Definition

Overloads

ShowGlyphs(Int16[], CGPoint[], IntPtr, UIFont, CGAffineTransform, NSDictionary, CGContext)

Renders glyphs at positions into graphicsContext.

public void ShowGlyphs(short[] glyphs, CoreGraphics.CGPoint[] positions, IntPtr glyphCount, UIKit.UIFont font, CoreGraphics.CGAffineTransform textMatrix, Foundation.NSDictionary attributes, CoreGraphics.CGContext graphicsContext);
member this.ShowGlyphs : int16[] * CoreGraphics.CGPoint[] * nativeint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit

Parameters

glyphs
Int16[]
positions
CGPoint[]
glyphCount
IntPtr

nativeint

font
UIFont
textMatrix
CGAffineTransform
attributes
NSDictionary
graphicsContext
CGContext

Applies to

ShowGlyphs(IntPtr, IntPtr, IntPtr, UIFont, CGAffineTransform, NSDictionary, CGContext)

[Foundation.Export("showCGGlyphs:positions:count:font:textMatrix:attributes:inContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual void ShowGlyphs(IntPtr glyphs, IntPtr positions, IntPtr glyphCount, UIKit.UIFont font, CoreGraphics.CGAffineTransform textMatrix, Foundation.NSDictionary attributes, CoreGraphics.CGContext graphicsContext);
[<Foundation.Export("showCGGlyphs:positions:count:font:textMatrix:attributes:inContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowGlyphs : nativeint * nativeint * nativeint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit
override this.ShowGlyphs : nativeint * nativeint * nativeint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit

Parameters

glyphs
IntPtr

nativeint

positions
IntPtr

nativeint

glyphCount
IntPtr

nativeint

font
UIFont
textMatrix
CGAffineTransform
attributes
NSDictionary
graphicsContext
CGContext
Attributes

Applies to

ShowGlyphs(IntPtr, IntPtr, UIntPtr, UIFont, CGAffineTransform, NSDictionary, CGContext)

[Foundation.Export("showCGGlyphs:positions:count:font:matrix:attributes:inContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual void ShowGlyphs(IntPtr glyphs, IntPtr positions, UIntPtr glyphCount, UIKit.UIFont font, CoreGraphics.CGAffineTransform textMatrix, Foundation.NSDictionary attributes, CoreGraphics.CGContext graphicsContext);
[<Foundation.Export("showCGGlyphs:positions:count:font:matrix:attributes:inContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowGlyphs : nativeint * nativeint * unativeint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit
override this.ShowGlyphs : nativeint * nativeint * unativeint * UIKit.UIFont * CoreGraphics.CGAffineTransform * Foundation.NSDictionary * CoreGraphics.CGContext -> unit

Parameters

glyphs
IntPtr

nativeint

positions
IntPtr

nativeint

glyphCount
UIntPtr

unativeint

font
UIFont
textMatrix
CGAffineTransform
attributes
NSDictionary
graphicsContext
CGContext
Attributes

Applies to