====================
TKE_Glyph_Definition
====================

Opcode
======

.. csv-table::

	"ASCII", "j"
	"Hexadecimal", "6A"
	"Decimal", "106"


Operands
========

| Byte name_length, (name_length)xByte name,
| Word def_length, (def_length)xByte definition 

.. csv-table::
	
	"name_length", "length of glyph name"
	"name", "glyp_name"
	"def_length", "length of the glyph definition"
	"definition", "description of the glyph"
	
	
Notes
=====

A glyph definition consists of series of drawing instructions (encoded as ``Byte`` values) which describe how symbols are drawn to represent marker symbols and line components. 

For details please refer to the ``Define_Glyph`` specification in the 3dGS Reference Manual. </P>
