Documentation Project 1
ContentsIndexHome
Example

PVARTEXT pvt = VarTextCreate(); vtprintf( pvt, "hello world!" ); { PTEXT text = VarTextGet( pvt ); printf( "Text is : %s(%d)", GetText( text ), GetTextSize( text ) ); LineRelease( text ); } VarTextDestroy( &pvt );

Copyright (c) 2010. All rights reserved.