swf_FontIsBold 641 lib/rfxswf.h int swf_FontIsBold(SWFFONT * f); swf_FontIsBold 127 src/swfstrings.c printf("#<font %d \"%s\"%s%s>\n", fontid, font->name, swf_FontIsBold(font)?" bold":"",swf_FontIsItalic(font)?" italic":"");