101102103104105106107108109110111
_descent = app.textDescent(); _width = (_text==null)? 0 : (_width<0)? -app.textWidth(_text) : app.textWidth(_text); app.popStyle(); } @Override public HText width(float w) { if(w<0 == _width>0) _width = -_width;