org.rococoa.cocoa.appkit.categories
Interface NSLayoutPhaseInterface
- All Known Implementing Classes:
- NSATSTypesetter, NSSimpleHorizontalTypesetter, NSTypesetter
public interface NSLayoutPhaseInterface
NSLayoutPhaseInterface declares various subclass override points that are invoked if implemented
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
shouldBreakLineByWordBeforeCharacterAtIndex
boolean shouldBreakLineByWordBeforeCharacterAtIndex(int charIndex)
shouldBreakLineByHyphenatingBeforeCharacterAtIndex
boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(int charIndex)
hyphenationFactorForGlyphAtIndex
float hyphenationFactorForGlyphAtIndex(int glyphIndex)
hyphenCharacterForGlyphAtIndex
char hyphenCharacterForGlyphAtIndex(int glyphIndex)