What’s New:
- Metafile.getTextStrings() method. Returns all text strings from a metafile.
- TextOutOperation class which represents text string in a metafile
with simple rendering rules like transformation matrix, position, color
and font.
- Metafile.getTextOutOperations() method. Returns array of TextOutOperation objects.
- (get|set)MinPixelCount and (get|set)MaxPixelCount values which define minimal and maximal limits for image size (x*y) generated by createDefaultRendering() method. Image will be scaled in case it exceeds limits.