GL_TEXTURE_2D
is the most usual target and supports all the features (like point sprites among others) but OF by default uses GL_TEXTURE_RECT_ARB
which on old hardware allowed to use textures which didn't have power of 2 width and height.
anyway, in this case you need to enable it to be able to use point sprites