Table of Contents

Enum CoreText.CTLineRef.BoundsOptions

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll

Platform-safe flags controlling how CTLine bounds are calculated. Matches CTLineBoundsOptions from CoreText. (nuint)

[Flags]
public enum CoreText.CTLineRef.BoundsOptions : uint

Fields

ExcludeTypographicLeading = 1
ExcludeTypographicShifts = 2
IncludeLanguageExtents = 32
UseGlyphPathBounds = 8
UseHangingPunctuation = 4
UseOpticalBounds = 16