Re: Secure: yes, Though Features Missing; and Bugs
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Miroslav wrote:
> ukrainian@uabox /Cmn/mr $ fc-list : family | cut -d ',' -f 2 | sort | egrep 'DejaVu Sans|URW Chancery L|DejaVu Sans|DejaVu Sans Mono'
> DejaVu Sans
> DejaVu Sans Condensed
> DejaVu Sans Light
> DejaVu Sans Mono
> URW Chancery L
> ukrainian@uabox /Cmn/mr $
> ukrainian@uabox /Cmn/mr $
>
> it's obvious that I got all the default fonts.
>
> And yet the fonts are not used by dillo for some reason.
If you go to dw/fltkplatform.cc and, in FltkFont::initSystemFonts(),
remove the leading underscore in
_MSG("Found font: %s%s%s\n", name, t & FL_BOLD ? " bold" : "",
to get
MSG("Found font: %s%s%s\n", name, t & FL_BOLD ? " bold" : "",
and recompile, what does dillo say when you run it?