Align/Justify right for print(variable) with U8glib

Hello everyone

Im using U8glib library to control my 128x64 glcd. Right now im using u8glib.print() to display my floating point variable. Based on the set position, it is always aligned to the left side of the screen, is there anyway i can align the numbers to the right?

Thank you very much for all the help!