Is graphics mode text possible in a console....like vertice Sans Serif.....
Not AFAIK. That's why the console is called "text mode".
It depends on your terminal.
EGA/VGA systems allow you to load your own "fonts" into memory and use them. (By "fonts" I mean bitmapped character glyphs.)
Terminal emulators typically allow you to use whichever font you want, if not just fixed-pitch fonts (like monospace).
However, if you want to do graphics, you should choose a graphics mode or use the Win32 system directly. Its easier.
Hope this helps.
Can you tell me how exactly i do this......it would be very helpful....
Read your terminal's documentation.