mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-21 16:30:24 +00:00
update image size
git-svn-id: svn://qnap.local/TwoTerm/trunk@1882 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
e9c809fd81
commit
93d6c47511
@ -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
|
||||
|
||||
|
1578
CharacterGenerator.m
1578
CharacterGenerator.m
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.
Loading…
Reference in New Issue
Block a user