Brother International QL-810W ESC/ P Command Reference - Page 32

ESC G Apply double-strike printing, ESC H Cancel double-strike printing

Page 32 highlights

ESC G Apply double-strike printing ASCII: ESC G Decimal: 27 71 Hexadecimal: 1B 47 Parameters None Description  Prints the subsequent text in bold.  This command is valid anywhere in a text line. ESC H Cancel double-strike printing ASCII: ESC H Decimal: 27 72 Hexadecimal: 1B 48 Parameters None Description  Cancels the bold style.  This command is valid anywhere in a text line. Example Code: ABC ESC G DEF ESC H GHI FF Print result: ABCDEFGHI ESC/P Command Reference - 26 - 5. Control Command Detailsi

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120

ESC/P Command Reference
- 26 -
5. Control Command Detailsi
ESC G
Apply double-strike printing
ASCII:
ESC
G
Decimal:
27
71
Hexadecimal: 1B
47
Parameters
None
Description
Prints the subsequent text in bold.
This command is valid anywhere in a text line.
ESC H
Cancel double-strike printing
ASCII:
ESC
H
Decimal:
27
72
Hexadecimal: 1B
48
Parameters
None
Description
Cancels the bold style.
This command is valid anywhere in a text line.
Example
Code:
ABC ESC G DEF ESC H GHI FF
Print result: ABC
DEF
GHI