public final class CTRubyOverhang
extends java.lang.Object
These constants specify whether, and on which side, ruby text is allowed to overhang adjacent text if it is wider than the base text.
[@constant] kCTRubyOverhangAuto The ruby text can overhang adjacent text on both sides.
[@constant] kCTRubyOverhangStart The ruby text can overhang the text that proceeds it.
[@constant] kCTRubyOverhangEnd The ruby text can overhang the text that follows it.
[@constant] kCTRubyOverhangNone The ruby text cannot overhang the proceeding or following text.
public static final byte Invalid
public static final byte Auto
public static final byte Start
public static final byte End
public static final byte None