Hello
On 03.06.10, you wrote:
On Thu, 3 Jun 2010 22:28:55 +0200, Ole Loots wrote:
> I just found: #define DEJAVU_PATH "PROGDIR:Fonts/"
>
> in the sources, but I don't understand how the freetype lib could
> understand PRODGDIR...
PROGDIR: is assigned to the directory that the running program resides
in. I don't know anything about Freetype library, but I would imagine
at least the Amiga port of it has been compiled so it works with
native paths.
no, it is not port, but ixemul offer to use Linux feature and Amiga OS filepath features
if
possible.
the dejavu fonts that need for netsurf are in the netsurf/fonts dir, when you download the
binary
My linux knowledge is not much, maybe #define DEJAVU_PATH "./Fonts/" work, but
dont know when a
program do change the path if it fail or not.
the AOS PROGDIR: is always the current dir of the program, maybe Atari have a own syntax
for that
>> have you click in the string gadget of url and when you type a character
>> nothing is see ?
>
> Yes. It's even worse. Every key stroke is logged 2 times...
Downstroke and upstroke at a guess.
now its clear what your problem is, netsurf internal font use a strange codepage, this
cant
open.amiga version have change the codepage and have support for special language chars
for german
french and other languages.
but best is you use freetype fonts.also on newer netsurf teh glyph1 func draw crap
chars.so amiga OS
dont support internal Fonts.
using internal fonts give no measurable speedup, most time a webpage need show is not
spend in print
of text.
Chris
Regards