Garry's Mod Wiki

Revision Difference

draw.SimpleTextOutlined#515419

<function name="SimpleTextOutlined" parent="draw" type="libraryfunc">⤶ <description>⤶ Creates a simple line of text that is outlined.⤶ ⤶ <rendercontext hook="false" type="2D"/>⤶ </description>⤶ <realm>Client and Menu</realm>⤶ <file line="96-L114">lua/includes/modules/draw.lua</file>⤶ <args>⤶ <arg name="Text" type="string">The text to draw.</arg>⤶ <arg name="font" type="string" default="DermaDefault">The font name to draw with. See &lt;page&gt;surface.CreateFont&lt;/page&gt; to create your own, or [here](/gmod/Default_Fonts) for a list of default fonts.</arg>⤶ <arg name="x" type="number" default="0">The X Coordinate.</arg>⤶ <arg name="y" type="number" default="0">The Y Coordinate.</arg>⤶ <arg name="color" type="table" default="Color( 255, 255, 255, 255 )">The color of the text. Uses the &lt;page&gt;Color&lt;/page&gt;.</arg>⤶ <arg name="xAlign" type="number" default="TEXT_ALIGN_LEFT">The alignment of the X Coordinate using &lt;page&gt;TEXT_ALIGN&lt;/page&gt;.</arg>⤶ <arg name="yAlign" type="number" default="TEXT_ALIGN_TOP">The alignment of the Y Coordinate using &lt;page&gt;TEXT_ALIGN&lt;/page&gt;.</arg>⤶ <arg name="outlinewidth" type="number">Width of the outline.</arg>⤶ <arg name="outlinecolor" type="table" default="Color( 255, 255, 255, 255 )">Color of the outline. Uses the &lt;page&gt;Color&lt;/page&gt;.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="number">The width of the text. Same value as if you were calling <page>surface.GetTextSize</page>.</ret>⤶ <ret name="" type="number">The height of the text. Same value as if you were calling <page>surface.GetTextSize</page>.</ret>⤶ </rets>⤶ </function>⤶ ⤶