mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
* Headers/AppKit/NSTextContainer.h,
* Source/NSTextContainer.m, * Source/GSHorizontalTypesetter.m: Correct the definition of NSLineMovementDirection. * Headers/AppKit/NSFont.h * Source/NSFont.m: Add a few missing 10.4 methods. * Header/AppKit/NSLayoutManager.h, * Source/NSLayoutManager.m: Add one 10.5 method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff7f9ada4a
commit
28a4847640
8 changed files with 88 additions and 15 deletions
|
@ -1310,6 +1310,11 @@ has the same y origin and height as the line frag rect it is in.
|
|||
actualCharacterRange: actualCharRange];
|
||||
}
|
||||
|
||||
- (void) invalidateGlyphsOnLayoutInvalidationForGlyphRange: (NSRange)glyphRange
|
||||
{
|
||||
// FIXME
|
||||
}
|
||||
|
||||
- (BOOL) allowsNonContiguousLayout
|
||||
{
|
||||
return NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue