On Sun, Jun 05, 2011 at 08:08:15PM +0000, corvid wrote:
reza wrote:
It seems that FLTK will release their final 1.3 version next week on June 8th. Are we waiting on that to release our own dillo 1.3? The reason I'm asking is that as you know I'm preparing an installable Mac OS package, which I hope to go on dillo's download page (and hopefully introduce dillo to many non-developer users). So I'd like to know if we are just waiting on that final release of FLTK 1.3, or whether there are still open bugs remaining for our next release?
Right now, I'm aware of:
- the preferred font code in src/dillo.cc.
The other day, I put a few minutes into setting, e.g., FL_HELVETICA to prefs.font_sans_serif FL_HELVETICA_BOLD to prefs.font_sans_serif " bold" etc. ..which seemed to be working for XFT but not with it disabled. Maybe the latter wanted the -*-*-*-*-style strings, and I'd meant to ask Johannes whether this was all the right direction to go in, anyway, since he'd done the fonts work in dw/ for this port.
I already played with using the Platform::fontExists() interface here, but it somehow didn't work immediately and I got distracted... I can take another look at it. Cheers, Johannes