Addtextsmooth Method - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

addTextSmooth method

Adds the smoothing setting to the command buffer.
Syntax
addTextSmooth(smooth);
Parameter
 smooth :
( Required parameter, Object type : Boolean)
Specifies whether to enable smoothing.
Return value
ePOS-Print Builder Object
Exception
Parameter " ... " is invalid
Example
To enable smoothing:
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addTextSmooth(true);
}
//-->
</script>
74
Setting
true or 1
false or 0 (default)
Return value
Exception
Description
Specifies smoothing.
Cancels smoothing
ePOS Builder
Error
Object type
Object type

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents