ClipTextInfo constructor

ClipTextInfo()

Implementation

ClipTextInfo(){
	_width   = 0;
	_ascent  = 0;
	_descent = 0;
}