Package apple.coretext.enums
Class CTRubyPosition
- java.lang.Object
-
- apple.coretext.enums.CTRubyPosition
-
public final class CTRubyPosition extends java.lang.Object[@enum] CTRubyPosition These constants specify the position of the ruby text with respect to the base text. [@constant] kCTRubyPositionBefore The ruby text is positioned before the base text; i.e. above horizontal text and to the right of vertical text. [@constant] kCTRubyPositionAfter The ruby text is positioned after the base text; i.e. below horizontal text and to the left of vertical text. [@constant] kCTRubyPositionInterCharacter The ruby text is positioned to the right of the base text whether it is horizontal or vertical. This is the way that Bopomofo annotations are attached to Chinese text in Taiwan. [@constant] kCTRubyPositionInline The ruby text follows the base text with no special styling.
-
-
Field Summary
Fields Modifier and Type Field Description static byteAfterstatic byteBeforestatic byteCountstatic byteInlinestatic byteInterCharacter
-
-
-
Field Detail
-
Before
public static final byte Before
- See Also:
- Constant Field Values
-
After
public static final byte After
- See Also:
- Constant Field Values
-
InterCharacter
public static final byte InterCharacter
- See Also:
- Constant Field Values
-
Inline
public static final byte Inline
- See Also:
- Constant Field Values
-
Count
public static final byte Count
- See Also:
- Constant Field Values
-
-