VGUI TextImage
Jump to navigation
Jump to search
This article is a stub. You can help by adding to it.
A TextImage is a vgui2 element defined in the vgui_controls library, in the file TextImage.cpp. TextImages are available in all source games. TextImage is not really a full functioning control, it's used by VGUI Label to draw text.
You can, however, use TextImage to draw text, but you will need to call TextImage's paint function, as it is not automatically called.
See VGUI Label.