--
-$Id: ChangeLog 45 2005-06-08 18:02:12Z tilman $
+$Id: ChangeLog 46 2005-06-08 18:03:34Z tilman $
++
2005-06-08 Tilman Sauerbeck (tilman at code-monkey de)
* lib/redact/redact.rb, TODO: Added support for the --image_dir
and --font_dir command line switches
* lib/redact/{redact,app}.rb: Fixed fontdir handling
+ * lib/redact/part.rb: Also set TextDescription::font if a
+ matching FontDirectoryEntry was found
2005-05-29 Tilman Sauerbeck (tilman at code-monkey de)
* Rakefile: Use FileUtils.mkdir_p to create the destination
#--
-# $Id: part.rb 45 2005-06-08 18:02:12Z tilman $
+# $Id: part.rb 46 2005-06-08 18:03:34Z tilman $
#
# Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
#
if found.nil?
EDJE.font_dir << FontDirectoryEntry.new(f2)
@font = EDJE.font_dir.last.filename
+ else
+ @font = found.filename
end
else
@font = f