<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -83,7 +83,11 @@
 	
 	if (self.zAttributedText == nil) {
 		// this method is documented as setting the text color for us, but that doesn't appear to be the case
-		[self.textColor setFill];
+		if (self.highlighted) {
+			[(self.highlightedTextColor ?: [UIColor whiteColor]) setFill];
+		} else {
+			[(self.textColor ?: [UIColor blackColor]) setFill];
+		}
 		
 		ZFont *actualFont = self.zFont;
 		CGSize origSize = rect.size;</diff>
      <filename>FontLabel/Classes/FontLabel/FontLabel.m</filename>
    </modified>
    <modified>
      <diff>@@ -69,8 +69,6 @@ The following properties are ignored:
 
 * enabled
 * font (use zFont instead)
-* highlighted
-* highlightedTextColor
 * shadowColor
 * shadowOffset
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7727cfb2d445ef7872226f031e2d394ffc27df55</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Ballard</name>
    <email>kevin@sb.org</email>
  </author>
  <url>http://github.com/zynga/FontLabel/commit/6f0673389d892e880d66a61e74478984291c8bcd</url>
  <id>6f0673389d892e880d66a61e74478984291c8bcd</id>
  <committed-date>2009-10-05T01:38:49-07:00</committed-date>
  <authored-date>2009-10-05T01:38:49-07:00</authored-date>
  <message>Implement support for highlighted/highlightedTextColor

The highlighted property is not yet observed for attributed string drawing</message>
  <tree>6f6253a8f01c282f398cf13d6b5da3aab2b22eb0</tree>
  <committer>
    <name>Kevin Ballard</name>
    <email>kevin@sb.org</email>
  </committer>
</commit>
