On Tuesday 07 Sep 2004 00:00, Guillaume Laurent wrote: > On Monday 06 September 2004 14:10, Chris Cannam wrote: > > On Monday 06 Sep 2004 00:19, Guillaume Laurent wrote: > > > On Sunday 05 September 2004 20:34, Chris Cannam wrote: > > > > Anyway, in my tests at the moment, the dynamic texts (i.e. all the > > > > ones below the staff in glazunov.rg first segment) are being omitted > > > > entirely, regardless of which font family I choose. > > > > > > Even with my last update (restoring drawTextAux()) ? > > > > Yes. That fixed some clipping to right and bottom edges of texts, but > > that was rather different (for example because it was happening on > > screen, whereas these texts are disappearing on the printed version). > > I may have broken some other piece of code then. As it is, choosing "Time" > and "New Century Schoolbook" should yield the same behavior as before.
They don't -- they yield the same behaviour as before but without any dynamic texts at all. > > So what do you get by default in the notation if you never call up the > > configuration dialog at all? > > These : > > const char* const NotePixmapFactory::defaultSerifFontFamily = "Times New > Roman"; > const char* const NotePixmapFactory::defaultTimeSigFontFamily = "Century > Schoolbook"; The code in rosegardenconfiguredialog.cpp suggests that you also get those as default if you _do_ call up the config dialog. But you just said that it takes its defaults from KDE -- how? And why can't we also do that to take the defaults in notepixmapfactory (if there are no config settings) from the user's KDE settings instead of via hardcoded strings? Chris ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Rosegarden-devel mailing list [EMAIL PROTECTED] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
