VGUI TextImage

From Valve Developer Community
Revision as of 13:31, 7 June 2009 by Ring2ding (talk | contribs) (New page: <!--<br clear=all> <div class="boilerplate metadata" id="stub" align=left>   ''This article is a stub. You can help by [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENA...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.