<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<TTHCommand>
===============================================
  TTHCommand - class to represent visual TrueType instruction
===============================================

<CONSTRUCTOR>
  TTHCommand(code, ...) - creates command, assigns command code and one or more
parameters

</CONSTRUCTOR>
	<ATTRIBUTES>
  code (integer) - command's code
  params [integer] - read-only - list of command's parameters

</ATTRIBUTES>
	<OPERATIONS>
  none
 
</OPERATIONS>
	<METHODS>
  none
 
</METHODS>
</TTHCommand>
