Author: lehmi
Date: Thu Mar 11 20:21:46 2010
New Revision: 922007

URL: http://svn.apache.org/viewvc?rev=922007&view=rev
Log:
PDFBOX-658: fixed a typo in the font mapping. Patch by Maruan Sahyoun (sahyoun 
at fileaffairs dot de)

Modified:
    pdfbox/trunk/src/main/resources/Resources/FontMapping.properties

Modified: pdfbox/trunk/src/main/resources/Resources/FontMapping.properties
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/src/main/resources/Resources/FontMapping.properties?rev=922007&r1=922006&r2=922007&view=diff
==============================================================================
--- pdfbox/trunk/src/main/resources/Resources/FontMapping.properties (original)
+++ pdfbox/trunk/src/main/resources/Resources/FontMapping.properties Thu Mar 11 
20:21:46 2010
@@ -31,7 +31,7 @@ TimesNewRoman,Bold,Italic=Lucida Bright,
 Courier=Lucida Sans Typewriter
 Courier,Bold=Lucida Sans Typewriter,Bold
 Courier,Italic=Lucida Sans Typewriter,Italic
-Courier,BOld,Italic=Lucida Sans Typewriter,Bold,Italic
+Courier,Bold,Italic=Lucida Sans Typewriter,Bold,Italic
 #
 # These are some well known mappings for some frequently used fonts
 #


Reply via email to