This patch adds a new compute_text_splines() method to the Curve ID. If
called on a font curve, the curve splines will be computed and become
accessible through the curve.splines property.
The curve minmax function used an empty nurb listbase to indicate a font
object, so it had to be updated to use the curve type instead.