Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c114 #define TXTMAXCELLSIZE 36 /* maximum point size of cell text */ macro
1902 if (size > TXTMAXCELLSIZE) size = TXTMAXCELLSIZE; in us_drawnodeinst()