At Thu, 30 Jun 2005 14:09:58 +0200,
Martin Michlmayr wrote:

> * Fumitoshi UKAI <[EMAIL PROTECTED]> [2005-06-30 03:12]:
> > How about "mgp -V -x m17n -x xft" ? It would be verbose so that
> > some information would be reported on stderr.  You can see
> > which font files are used.
> 
> The log and .mgp files are attached.

Hmm, your mgp tries to use "standard.ttf" but it is not found in
current directory or /usr/share/fonts/truetype. 
| trying to open font "standard.ttf"
| trying to open font "/usr/share/fonts/truetype/standard.ttf"
| could not load font "standard.ttf", using other rendering engine
| ...
| tfc_setfont: font name not given, fail
| tfc_alloc: font index out of bound
| need font <times-medium-r:53:NULL>

Thus, default xfont is used as fallback.

If you want to use some truetype fonts, for example ttf-freefont, 
define font as follows:

%deffont "standard"     tfont "freefont/FreeSans.ttf"

or pathname of other font you want to use, relative to 
/usr/share/fonts/truetype or abolute path.  

Don't forget to use "-x m17n -x xft" because m17n or xft precede freetype.

Regards,
Fumitoshi UKAI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to