Revision: 2866
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2866&view=rev
Author:   hofman
Date:     2007-09-09 13:21:28 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
Add a /DS element to the FDF dictionary of a freetext annotation.

Modified Paths:
--------------
    trunk/SKPDFAnnotationNote.m

Modified: trunk/SKPDFAnnotationNote.m
===================================================================
--- trunk/SKPDFAnnotationNote.m 2007-09-09 19:44:20 UTC (rev 2865)
+++ trunk/SKPDFAnnotationNote.m 2007-09-09 20:21:28 UTC (rev 2866)
@@ -1142,7 +1142,7 @@
 
 - (NSString *)fdfString {
     NSMutableString *string = [[[super fdfString] mutableCopy] autorelease];
-    [string appendFormat:@"/DA(/%@ %f Tf)", [[self font] fontName], [[self 
font] pointSize]];
+    [string appendFormat:@"/DA(/%@ %f Tf)/DS(font: %@ %fpt)", [[self font] 
fontName], [[self font] pointSize], [[self font] fontName], [[self font] 
pointSize]];
     return string;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to