Ensure the textattr flags field is clear

This fixes problems with inconsistent layouting on OS3
This commit is contained in:
Chris Young 2016-01-18 00:20:45 +00:00
parent 9c62993efd
commit 59ea187b74

View File

@ -43,6 +43,8 @@ static struct TextFont *ami_font_bm_open(struct RastPort *rp, const plot_font_st
if(rp == NULL) return NULL;
tattr.ta_Flags = 0;
switch(fstyle->family)
{
case PLOT_FONT_FAMILY_SANS_SERIF: