Tao.Sdl SDK Documentation
SdlTtf.TTF_SizeUNICODE Method
[Visual Basic]
Public Shared Function TTF_SizeUNICODE( _
ByVal
font
As
IntPtr
, _
ByVal
text
As
String
, _
ByRef
w
As
Integer
, _
ByRef
h
As
Integer
_
) As
Integer
[C#]
public static
int
TTF_SizeUNICODE(
IntPtr
font
,
string
text
,
out
int
w
,
out
int
h
);
See Also
SdlTtf Class
|
Tao.Sdl Namespace