I have a cell with fixed height and I want the font size of the text inside to reduce accordingly with the amount of text inside cell.
UPDATE:
Sorry. But I thought you will understand what is the problem. I'm trying to modify some xslt pattern which used to create PDF document from XML. And I have to make document to print on some blank. Unfortunately I've got limited space, and somehow I have to locete data from XML on this space. For convenience I use table. And I have to locate data in cells with fixed height and width. If data longer then I expected cell height increases. I whant somehow avoid it. But I heve to keep all data, so I can't use wrap. And I thought that it will be cool to do auto resize font-size.