Home | History | Annotate | Download | only in dumpfont

Lines Matching defs:ta

58     struct TextAttr ta;
84 ta.ta_Name = (STRPTR)malloc(strlen(fr->fo_Attr.ta_Name));
85 strcpy(ta.ta_Name, fr->fo_Attr.ta_Name);
86 ta.ta_YSize = fr->fo_Attr.ta_YSize;
87 ta.ta_Style = fr->fo_Attr.ta_Style;
88 ta.ta_Flags = fr->fo_Attr.ta_Flags;
96 tf = (struct TextFont *)OpenDiskFont (&ta);
98 fprintf (stderr, "Can't open font: %s\n", ta.ta_Name);
103 fprintf(stderr, "Name=%s\n", ta.ta_Name);
135 SetSoftStyle(&rp, ta.ta_Style ^ tf->tf_Style,
155 printf (" Font: %s/%d\n", ta.ta_Name, tf->tf_YSize);