1.1 --- a/Source/PlayingCard.m Tue Mar 11 17:09:50 2008 -0700
1.2 +++ b/Source/PlayingCard.m Thu Jul 03 17:44:30 2008 -0700
1.3 @@ -45,7 +45,7 @@
1.4 float cornerFontSize = MAX(18*scale, 14);
1.5 float centerFontSize = 80*scale;
1.6
1.7 -#if TARGET_OS_ASPEN
1.8 +#if TARGET_OS_IPHONE
1.9 UIFont *cornerFont = [UIFont boldSystemFontOfSize: cornerFontSize];
1.10 #else
1.11 NSFont *cornerFont = [NSFont boldSystemFontOfSize: cornerFontSize];
1.12 @@ -69,8 +69,6 @@
1.13 fontSize: centerFontSize
1.14 alignment: kCALayerWidthSizable | kCALayerHeightSizable];
1.15 label.foregroundColor = suitColor;
1.16 - //label.borderWidth = 1;
1.17 - //label.borderColor = kBlackColor;
1.18
1.19 return front;
1.20 }