Implement basic appendBezierPathWithPackedGlyphs: handling to forward to

the backend.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-04-07 13:45:41 +00:00
parent 14176f6a78
commit e87446b5cb
5 changed files with 22 additions and 1 deletions

View file

@ -272,6 +272,8 @@ APPKIT_EXPORT NSGraphicsContext *GSCurrentContext(void);
- (void) DPSawidthshow: (float)cx : (float)cy : (int)c : (float)ax : (float)ay
: (const char*)s;
- (void) DPScharpath: (const char*)s : (int)b;
- (void) appendBezierPathWithPackedGlyphs: (const char *)packedGlyphs
path: (NSBezierPath*)aPath;
- (void) DPSshow: (const char*)s;
- (void) DPSwidthshow: (float)x : (float)y : (int)c : (const char*)s;
- (void) DPSxshow: (const char*)s : (const float*)numarray : (int)size;