00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/NSBezierPathStub.h>
00008
00009 @interface NSBezierPathStub (MFBezierPath)
00010 - (void)appendBezierPathWithArcWithRect:(struct _NSPoint)fp8 rightBottom:(struct _NSPoint)fp16 start:(struct _NSPoint)fp24 end:(struct _NSPoint)fp32 clockwise:(BOOL)fp40;
00011 - (void)appendBezierPathWithArcWithCenter:(struct _NSPoint)fp8 radiusSize:(struct _NSSize)fp16 startAngle:(float)fp24 endAngle:(float)fp28 clockwise:(BOOL)fp32;
00012 - (id)getGlyphs:(id)fp8:(id)fp12:(unsigned int *)fp16;
00013 - (void)appendBezierPathWithString:(id)fp8 attributes:(id)fp12;
00014 - (void)appendBezierPathWithString:(id)fp8 attributes:(id)fp12 spacing:(int *)fp16 spacingCount:(int)fp20;
00015 - (BOOL)equalToCurrentPoint:(struct _NSPoint)fp8;
00016 - (void)attachBezierPath:(id)fp8;
00017 @end
00018