Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.36 KB | None | 0 0
  1. Public Declare Unicode Function TextCreate Lib "overlay.dll" Alias "TextCreate" (ByRef font As String, _
  2.             ByRef fontsize As Integer, ByRef bbold As Boolean, ByRef bitalic As Boolean, ByRef x As Integer, _
  3.             ByRef y As Integer, ByRef color As Integer, ByRef text As String, ByRef shadow As Boolean, _
  4.             ByRef show As Boolean) As Integer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement