/headers/OfficeImport/EDFont.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 "NSObject.h"
00008 
00009 #import "EDImmutableObjectProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011 
00012 @class EDColorReference, EDResources, NSFont, NSString;
00013 
00014 @interface EDFont : NSObject <NSCopying, EDImmutableObject>
00015 {
00016     EDResources *mResources;
00017     NSString *mName;
00018     EDColorReference *mColorReference;
00019     _Bool mBold;
00020     _Bool mItalic;
00021     _Bool mShadow;
00022     _Bool mStrike;
00023     _Bool mOutline;
00024     int mUnderline;
00025     int mScript;
00026     double mHeightInTwips;
00027     int mCharSet;
00028     int mFamily;
00029     unsigned int mWeight;
00030     _Bool mUnderlineOverridden;
00031     _Bool mStrikeOverridden;
00032     _Bool mBoldOverridden;
00033     _Bool mItalicOverridden;
00034     _Bool mHeightOverridden;
00035     _Bool mDoNotModify;
00036     _Bool mNSFontValid;
00037     NSFont *mNSFont;
00038 }
00039 
00040 + (id)fontWithResources:(id)fp8;
00041 - (id)initWithResources:(id)fp8;
00042 - (void)dealloc;
00043 - (id)copyWithZone:(struct _NSZone *)fp8;
00044 - (BOOL)isEqualToFont:(id)fp8;
00045 - (BOOL)isEqual:(id)fp8;
00046 - (id)nsFont;
00047 - (int)script;
00048 - (void)setScript:(int)fp8;
00049 - (int)underline;
00050 - (_Bool)isUnderlineOverridden;
00051 - (void)setUnderline:(int)fp8;
00052 - (id)name;
00053 - (void)setName:(id)fp8;
00054 - (id)color;
00055 - (void)setColor:(id)fp8;
00056 - (_Bool)isBold;
00057 - (_Bool)isBoldOverridden;
00058 - (void)setBold:(_Bool)fp8;
00059 - (_Bool)isItalic;
00060 - (_Bool)isItalicOverridden;
00061 - (void)setItalic:(_Bool)fp8;
00062 - (_Bool)isShadow;
00063 - (void)setShadow:(_Bool)fp8;
00064 - (_Bool)isOutline;
00065 - (void)setOutline:(_Bool)fp8;
00066 - (_Bool)isStrike;
00067 - (_Bool)isStrikeOverridden;
00068 - (void)setStrike:(_Bool)fp8;
00069 - (double)height;
00070 - (_Bool)isHeightOverridden;
00071 - (void)setHeight:(double)fp8;
00072 - (int)charSet;
00073 - (void)setCharSet:(int)fp8;
00074 - (int)family;
00075 - (void)setFamily:(int)fp8;
00076 - (unsigned int)weight;
00077 - (void)setWeight:(unsigned int)fp8;
00078 - (void)setDoNotModify:(_Bool)fp8;
00079 
00080 @end
00081