Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h149 #define CANMODIFYFONTS 0200 /* can modify fonts with italic, bold, etc. */ macro
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp3786 if (graphicshas(CANMODIFYFONTS)) in us_attributesdlog()
4800 if (graphicshas(CANMODIFYFONTS)) in us_attrselectattributeline()
11365 if (graphicshas(CANMODIFYFONTS)) in us_getinfotext()
11851 if (graphicshas(CANMODIFYFONTS)) in us_getinfotext()
12383 if (graphicshas(CANMODIFYFONTS)) in us_getinfoexport()
16073 if (graphicshas(CANMODIFYFONTS)) in us_placetextdlog()
16107 if (graphicshas(CANMODIFYFONTS)) in us_placetextdlog()
20666 if (graphicshas(CANMODIFYFONTS)) in us_modtextsizedlog()
21534 if (graphicshas(CANMODIFYFONTS)) in us_deftextdlog()
21781 if (graphicshas(CANMODIFYFONTS)) in us_setdeftextinfo()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c2878 if ((want&(CANCHOOSEFACES|CANMODIFYFONTS|CANSCALEFONTS)) != 0) in graphicshas()