Exemplo n.º 1
0
void El_Window::fixed_string(Pt2dr pt,const char * name,Col_Pal col,bool draw_image)
{
/*
     if (name[0] == 0)
     {
            std::cout << "NOTRTTT  El_Window::fixed_string " << "\n";
            return;
     }
*/
     degeow()->fixed_string(pt,name,col.dcp(),draw_image);
}
Exemplo n.º 2
0
void El_Window::fixed_string(Pt2dr pt,const char * name,Col_Pal col,bool draw_image)
{
     degeow()->fixed_string(pt,name,col.dcp(),draw_image);
}