/headers/OfficeImport/NSBezierPathStub-MFBezierPath.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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