Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2633
Modified Files:
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.1325
retrieving revision 1.1326
diff -C2 -d -r1.1325 -r1.1326
*** ChangeLog 6 Sep 2006 09:57:16 -0000 1.1325
--- ChangeLog 19 Sep 2006 20:18:31 -0000 1.1326
***************
*** 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-06 Braden McDaniel <br...@en...>
|