Share via


NSLayoutManager.SetDrawsOutsideLineFragment(Boolean, UIntPtr) Method

Definition

Specifies whether the glyph at the specified index draws outside the bounds of its line segment.

[Foundation.Export("setDrawsOutsideLineFragment:forGlyphAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDrawsOutsideLineFragment(bool flag, UIntPtr glyphIndex);
[<Foundation.Export("setDrawsOutsideLineFragment:forGlyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDrawsOutsideLineFragment : bool * unativeint -> unit
override this.SetDrawsOutsideLineFragment : bool * unativeint -> unit

Parameters

flag
Boolean
glyphIndex
UIntPtr

unativeint

Attributes

Remarks

This method is generally only called by custom typesetters.

Applies to