Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8999
Modified Files:
ChangeLog
Log Message:
Factored platform-specific code in text_node::update_face into its own function.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1406
retrieving revision 1.1407
diff -C2 -d -r1.1406 -r1.1407
*** ChangeLog 2 Jan 2007 00:08:33 -0000 1.1406
--- ChangeLog 2 Jan 2007 03:57:28 -0000 1.1407
***************
*** 1,4 ****
--- 1,17 ----
2007-01-01 Braden McDaniel <br...@en...>
+ Factored platform-specific code in text_node::update_face into its
+ own function.
+
+ * src/libopenvrml/openvrml/vrml97node.cpp
+ (get_font_filename(const std::vector<std::string> &, const
+ std::string &, const unsigned_char_string &, std::vector<char> &,
+ FT_Long &)): Get the font file name and face index. This code was
+ factored out of text_node::update_face.
+ (text_node::update_face()): Factored platform-specifc code to get
+ the font filename to get_font_filaname.
+
+ 2007-01-01 Braden McDaniel <br...@en...>
+
ScopeGuard as initially described by Alexandrescu and Marginean
copies the callback function parameters to the guard
|