Constructs a new FontData given a string representation
in the form generated by the <code>FontData.toString</code>
method.
<p>
Note that the representation varies between platforms,
and a FontData can only be created from a string that was
generated on the same platform.
</p>
@param string the string representation of a <code>FontData</code> (must not be null)
@exception IllegalArgumentException <ul>
<li>ERROR_NULL_ARGUMENT - if the argument is null</li>
<li>ERROR_INVALID_ARGUMENT - if the argument does not represent a valid description</li>
</ul>
Constructs a new FontData given a string representation in the form generated by the <code>FontData.toString</code> method. <p> Note that the representation varies between platforms, and a FontData can only be created from a string that was generated on the same platform. </p>
@param string the string representation of a <code>FontData</code> (must not be null)
@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the argument is null</li> <li>ERROR_INVALID_ARGUMENT - if the argument does not represent a valid description</li> </ul>
@see #toString