Home
last modified time | relevance | path

Searched refs:swf_font_style (Results 1 – 2 of 2) sorted by relevance

/dports/math/ploticus-nox11/pl240src/src/
H A Dswf.c81 static char swf_font_style[100]; variable
171 strcpy( swf_font_style, "" );
198 fprintf(swf_fp,"FT:%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);
369 fprintf(swf_fp,"FT:%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);
551 strcpy (swf_font_style, "");
554 else if( strcmp( name, "i" )==0 ) strcpy (swf_font_style, "italic");
555 …else if( strcmp( name, "bi" )==0 ) { strcpy (swf_font_weight, "bold"); strcpy (swf_font_style, "it…
799 sscanf(s,"%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);
/dports/math/ploticus/pl240src/src/
H A Dswf.c81 static char swf_font_style[100]; variable
171 strcpy( swf_font_style, "" );
198 fprintf(swf_fp,"FT:%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);
369 fprintf(swf_fp,"FT:%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);
551 strcpy (swf_font_style, "");
554 else if( strcmp( name, "i" )==0 ) strcpy (swf_font_style, "italic");
555 …else if( strcmp( name, "bi" )==0 ) { strcpy (swf_font_weight, "bold"); strcpy (swf_font_style, "it…
799 sscanf(s,"%s :%s :%s \n",swf_font_name,swf_font_weight,swf_font_style);