Package org.robovm.apple.coretext
Class CTLineBoundsOptions
- All Implemented Interfaces:
Comparable<CTLineBoundsOptions>,Iterable<CTLineBoundsOptions>
public final class CTLineBoundsOptions extends Bits<CTLineBoundsOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static CTLineBoundsOptionsExcludeTypographicLeadingstatic CTLineBoundsOptionsExcludeTypographicShiftsstatic CTLineBoundsOptionsIncludeLanguageExtentsstatic CTLineBoundsOptionsNonestatic CTLineBoundsOptionsUseGlyphPathBoundsstatic CTLineBoundsOptionsUseHangingPunctuationstatic CTLineBoundsOptionsUseOpticalBounds -
Constructor Summary
Constructors Constructor Description CTLineBoundsOptions(long value) -
Method Summary
Modifier and Type Method Description protected CTLineBoundsOptions[]_values()static CTLineBoundsOptions[]values()protected CTLineBoundsOptionswrap(long value, long mask)
-
Field Details
-
None
-
ExcludeTypographicLeading
-
ExcludeTypographicShifts
-
UseHangingPunctuation
-
UseGlyphPathBounds
-
UseOpticalBounds
-
IncludeLanguageExtents
-
-
Constructor Details
-
CTLineBoundsOptions
public CTLineBoundsOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<CTLineBoundsOptions>
-
_values
- Specified by:
_valuesin classBits<CTLineBoundsOptions>
-
values
-