From: Braden M. <br...@us...> - 2006-09-19 20:18:17
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2604 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Initial implementation of font discovery and resolution for Windows. The current code pays no attention to the FontStyle specification; but it should reliably pick a font such that text is rendered. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.11 retrieving revision 1.1310.2.12 diff -C2 -d -r1.1310.2.11 -r1.1310.2.12 *** ChangeLog 3 Sep 2006 03:51:59 -0000 1.1310.2.11 --- ChangeLog 19 Sep 2006 20:18:13 -0000 1.1310.2.12 *************** *** 1,2 **** --- 1,10 ---- + 2006-09-19 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (text_node::update_face()): Initial implementation of font + discovery and resolution for Windows. The current code pays no + attention to the FontStyle specification; but it should reliably + pick a font such that text is rendered. + 2006-09-02 Braden McDaniel <br...@en...> |