I'm developing a plugin to create a div element where drag and drop files. I'm using SDKDOMINSTANCEBASE/SDKDOMPLUGINBASE interfaces. I want to reproduce the "auto font size" property (like the "text input" plugin). But I don't figure out how to do this. I'm looking for method like "SetFontSize(ptSize, autoFontSize)" for dom element, or similar.
Can anyone suggest me an idea?