Product specifications
SLCS Programming Manual
Rev. 1.24
- 69 -
2-7-2 DD (Downloaded font Delete)
Description
Delete downloaded font from memory
Syntax
DD’font name’
Parameters
‘font name’ : Indicate the Image in memory to be deleted.(A~Z)
♣ This name is Case Sensitive.
♣ By using *, all images in memory will be deleted.
♣ You can show the downloaded font list by DI command.
Example
DD’A’ // Delete downloaded font A
DD* // Delete all downloaded fonts in memory










