[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01312] another bug? (this might be mine.)



hi again, does the following document contain a bug or is it the
rendering engine?  symptom: "aha!" should have the same size as "ihi",
but in fact has the size of "oho".

also, the font setting to "typewriter" in line 4 has no effect, nor
does it cause an error.  i don't know where to start investigations
into this matter either.

i am using 1.10a.

thanks,
matthias



======================================================================
%deffont "standard" xfont "helvetica-medium-r"
%deffont "thick" xfont "helvetica-bold-r"
%deffont "typewriter" xfont "courier-medium-r"
%default 1 area 90 90, leftfill, size 2, fore "gray20", back "white", font "typewriter", hgap 0
%default 2 size 6, vgap 10, prefix " ", ccolor "black"
%default 3 size 3, bar "gray70", vgap 10
%default 4 size 4, fore "gray20", vgap 30, prefix " ", font "standard"
%tab 1 size 4, vgap 1, prefix " ", icon delta3 "black" 50
%tab 2 size 3, vgap 1, prefix "     ", icon delta3 "black" 40
%tab 3 size 2, vgap 1, prefix "          ", icon delta3 "black" 35
%%
%%----------------------------------------------------------------------
%page
%nodefault
%size 6.5, font "standard", back "black", ccolor "white"

title

ihi
		oho

aha!

=====================================================================