Compile Time Changes

The following function in cm.core.propsScheme has been deprecated:

Deprecated: public str psShortenLabel(Font font, str oriLabel, int allowedW)

// use this function instead
New: cm.win.shortenText(str text, Font font, int width)