sorted display of polynomial



Hello,

how do I get an expansion of a one variable polynomial sorted by 
decreasing degrees, independently of signs of coefficients ?

I would like    f(1/2-x)   -->  -x+1/2   for instance.

Is there a built-in routine ?

Eric