[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: severe problems with bchr8a.pfb
From: |
David Turner |
Subject: |
Re: severe problems with bchr8a.pfb |
Date: |
Wed, 07 Jun 2000 17:43:02 +0200 |
Hi,
> I've tested with ftview without any special changes -- BTW, what must
> I do to activate type1z?
>
All drivers that are listed in <freetype/config/ftmodule.h> are loaded
by default by the library on FT_Init_FreeType, which means that "type1z"
is already active.
However, as "type1" is listed before "type1z", it will "catch" most
Type 1 fonts and handle them..
To test FreeType 2 with "type1z" only: change the content
of <freetype/config/ftmodule.h> to list it before "type1"
(or simply remove the latter from the list)
Best Regards,
- David