Enum CoreText.CTLineRef.BoundsOptions
Platform-safe flags controlling how CTLine bounds are calculated. Matches CTLineBoundsOptions from CoreText. (nuint)
[Flags]
public enum CoreText.CTLineRef.BoundsOptions : uint
Fields
ExcludeTypographicLeading = 1ExcludeTypographicShifts = 2IncludeLanguageExtents = 32UseGlyphPathBounds = 8UseHangingPunctuation = 4UseOpticalBounds = 16