![Citizen CL-E300 Скачать руководство пользователя страница 60](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002060.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
60
Return value
Returns CLS_SUCCESS(0) on success, an error code otherwise. See "
" 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);