mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:20:48 +00:00
Add comment to NSGlyphInfo
This commit is contained in:
parent
8d4b0b26da
commit
ffdffbe65e
1 changed files with 11 additions and 1 deletions
|
@ -22,6 +22,12 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This class should use data from this project for it's character collection data...
|
||||
* https://github.com/adobe-type-tools/cmap-resources
|
||||
* NOTE: This class is a place holder until the above is better understood.
|
||||
*/
|
||||
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import "AppKit/NSGlyphInfo.h"
|
||||
|
@ -120,5 +126,9 @@
|
|||
return _glyphName;
|
||||
}
|
||||
|
||||
@end
|
||||
- (NSString *) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"GID %4x", _glyphID];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue