update image size

git-svn-id: svn://qnap.local/TwoTerm/trunk@1882 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2010-12-15 04:58:26 +00:00
parent e9c809fd81
commit 93d6c47511
6 changed files with 113 additions and 1478 deletions

View File

@ -9,14 +9,19 @@
#import <Cocoa/Cocoa.h>
@interface CharacterGenerator : NSObject {
unsigned _base;
NSArray *_characters;
@interface CharacterGenerator : NSObject
{
CGImageRef _image;
NSMutableArray *_characters;
NSSize _size;
}
+(CharacterGenerator *)generator;
-(NSImage *)imageForCharacter: (unsigned)character;
-(void)drawCharacter: (unsigned)character atPoint: (NSPoint)point;
@end

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Binary file not shown.