- Inherits from:
- NSObject
- Conforms to:
- NSObject
- (NSObject)
Declared in:
- AppKit/NSTypesetter.h
This class lays glyphs out in horizontal or vertical boxes.
- TBD Method Group Name
- + printAdjustmentInLayoutManager:forNominallySpacedGlyphRange:packedGlyphs:count:
- + sharedSystemTypesetter
- - baselineOffsetInLayoutManager:glyphIndex:
- - layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:nextGlyphIndex:
+ (NSSize)printingAdjustmentInLayoutManager:(NSLayoutManager
*)layoutMgr
forNominallySpacedGlyphRange:(NSRange)nominallySpacedGlyphsRange
packedGlyphs:(const unsigned char
*)packedGlyphs
count:(unsigned)packedGlyphsCount
+ (id)sharedSystemTypesetter
- (float)baselineOffsetInLayoutManager:(NSLayoutManager
*)layoutMgr
glyphIndex:(unsigned)glyphIndex
- (void)layoutGlyphsInLayoutManager:(NSLayoutManager
*)layoutManager
startingAtGlyphIndex:(unsigned)startGlyphIndex
maxNumberOfLineFragments:(unsigned)maxNumLines
nextGlyphIndex:(unsigned *)nextGlyph