Yes, that:
fo:: PrintFloatText(obj, "message", 1);
is OK, see the declaration:
void PrintFloatText(fo::GameObject* object, const char* text, long colorText, long colorOutline = 207, long font = 101);
The last 2 params are optional since thy have default values defined (207, 101)!