Return value
Returns CLS_SUCCESS(0) on success, an error code otherwise. See "2.1 Return value" for the error
codes.
Example
// TrueType font
design.drawTextDLFont("TrueType",
LabelConst.CLS_ENC_CDPG_IBM850, "S50",
LabelConst.CLS_RT_NORMAL, 1, 1, 12, 100, 100);
// Bitmap font
design.drawTextDLFont("Bitmap",
LabelConst.CLS_ENC_CDPG_IBM850, "800",
LabelConst.CLS_RT_NORMAL, 1, 1, 12, 100, 200);