draw.SimpleTextOutlined
number, number draw.SimpleTextOutlined( string Text, string font = "DermaDefault", number x = 0, number y = 0, table color = Color( 255, 255, 255, 255 ), number xAlign = TEXT_ALIGN_LEFT, number yAlign = TEXT_ALIGN_TOP, number outlinewidth, table outlinecolor = Color( 255, 255, 255, 255 ) )
Description
Creates a simple line of text that is outlined.
This is a rendering function that requires a 2d rendering context.
This means that it will only work in 2d Rendering Hooks.
Arguments
2 string font = "DermaDefault"
The font name to draw with. See surface.CreateFont to create your own, or here for a list of default fonts.
Returns
Page views: 40,438
Updated: A Long Time Ago
Updated: A Long Time Ago