Sack Library Documentation
|
typedef struct vartext_tag * PVARTEXT;
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) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|