NSLayoutManager.SetDrawsOutsideLineFragment(Boolean, nuint) 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.
Specifies whether the glyph at the specified index draws outside the bounds of its line segment.
[Foundation.Export("setDrawsOutsideLineFragment:forGlyphAtIndex:")]
public virtual void SetDrawsOutsideLineFragment (bool flag, nuint glyphIndex);
abstract member SetDrawsOutsideLineFragment : bool * nuint -> unit
override this.SetDrawsOutsideLineFragment : bool * nuint -> unit
Parameters
- flag
- Boolean
- glyphIndex
- System.System.UIntPtr System.unativeint
- Attributes
Remarks
This method is generally only called by custom typesetters.