From: Braden M. <br...@us...> - 2007-01-02 03:55:11
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7830 Modified Files: Tag: OpenVRML-0_16-BRANCH 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.1310.2.83 retrieving revision 1.1310.2.84 diff -C2 -d -r1.1310.2.83 -r1.1310.2.84 *** ChangeLog 2 Jan 2007 00:07:28 -0000 1.1310.2.83 --- ChangeLog 2 Jan 2007 03:54:39 -0000 1.1310.2.84 *************** *** 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 |