From: J. S. A. <js...@sh...> - 2004-02-05 16:30:45
|
Hi Jerome, On Tue, 2004-02-03 at 03:09, Jerome Berthet wrote: > We would like to keep GDeviceDefs.h as Guido-independent as possible, > It there any other place where gFontDefs could be put ? I realize now why I put gFontDefs in GDeviceDefs.h - it needs the GFontRef/GFontInfos class which is defined there. To include it in GUIDOEngine.h would either require moving those classes or adding an #include to GUIDOEngine.h, which is undesirable as it would necessitate distributing two extra and unnecessary header files with the library. Any ideas? Scott |