public final class CTRubyPosition
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static byte |
After |
static byte |
Before |
static byte |
Count |
static byte |
Inline |
static byte |
InterCharacter |
public static final byte Before
public static final byte After
public static final byte InterCharacter
public static final byte Inline
public static final byte Count