Unfortunately, no, you cannot do this directly.
The closest thing you can get, I suppose, is related to the event of the resizeelement, which, as you know, will affect it. You can do this by capturing the resize plugin , and then binding the event to the font size of the element will resize, for example:
$("#myDiv").resize(function() {
});
resize .resize() .