Home
last modified time | relevance | path

Searched refs:issymbolfont (Results 1 – 4 of 4) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dtext.c900 Boolean issymbolfont(int fontnumber) in issymbolfont() function
1131 font1 = issymbolfont(strptr1->data.font); in stringcomprelaxed()
1133 font2 = issymbolfont(strptr2->data.font); in stringcomprelaxed()
1139 font1 = issymbolfont(strptr1->data.font); in stringcomprelaxed()
1145 font2 = issymbolfont(strptr2->data.font); in stringcomprelaxed()
H A Dsvg.c760 if (issymbolfont(ffont)) in SVGDrawString()
935 if (issymbolfont(ffont)) { in SVGDrawString()
H A Dprototypes.h964 extern Boolean issymbolfont(int);
H A Dnetlist.c4163 is_symbol = issymbolfont(strptr->data.font); in parseinfo()