Releases all resources allocated by this object.
protected void finalize() throws Throwable
Throwable thrown if a problem occurs while freeing the object's resources.
This method releases only those resources allocated by this Font object. If you create a Font object based on a previously allocated font handle, you must release this handle. Additionally, if you use the copyHandle method to retrieve the handle to the font underlying the Font object, you must manually free this handle.