printf("FontName: %s\n", fullname_to_fontname(get_fullname()));
printf("FullName: %s\n", get_fullname());
printf("FamilyName: Bedstead\n");
+ printf("LangName: 1033 \"\" \"Bedstead%s%s\" \"%s\" \"\" \"\" \"\" "
+ "\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" "
+ "\"Bedstead\" \"%s%s\"\n\n", weight->suffix, width->suffix,
+ "Regular",
+ weight->suffix[0] ? weight->suffix+1 : "",
+ weight->suffix[0] ? width->suffix :
+ width->suffix[0] ? width->suffix+1 : "");
printf("Weight:%s\n", weight->suffix[0] ? weight->suffix : " Medium");
printf("OS2_WeightWidthSlopeOnly: 1\n");
printf("Copyright: Dedicated to the public domain\n");