Share via


NSFont.BoundingRectForGlyph(UInt32) Method

Definition

[Foundation.Export("boundingRectForGlyph:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect BoundingRectForGlyph(uint aGlyph);
[<Foundation.Export("boundingRectForGlyph:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BoundingRectForGlyph : uint32 -> CoreGraphics.CGRect
override this.BoundingRectForGlyph : uint32 -> CoreGraphics.CGRect

Parameters

aGlyph
UInt32

Returns

Attributes

Applies to