Addtextsmooth - Epson TM-T88V User Manual

Epos-print sdk for android
Hide thumbs Also See for TM-T88V:
Table of Contents

Advertisement

addTextSmooth

Adds the smoothing setting to the command buffer.
Syntax
public void addTextSmooth(int smooth)
throws EposException
Parameter
 smooth :
Specifies whether to enable smoothing.
Builder.TRUE
Builder.FALSE (default)
Exceptions
When processing fails, EposException is thrown with one of the following error values.
Error status
ERR_PARAM
ERR_MEMORY
ERR_FAILURE
Example
To enable smoothing:
try {
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
builder.addTextSmooth(Builder.TRUE);
///Process///
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}
Set value
Specifies smoothing.
Cancels smoothing
Invalid parameter was passed.
Could not allocate memory.
An unspecified error occurred.
Chapter 4 API Reference
Description
Description
4
49

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70Tm-p60Tm-u220

Table of Contents