/******************************************************************************/
/* Copyright 1997 MBARI                                                       */
/******************************************************************************/
/* Summary  : Video overlay definitions for Text class                        */
/* Filename : Text.h                                                          */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/10/97                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header$
 * $Log$
 *
 */
/******************************************************************************/
#ifndef INC_TEXT_H	
#define INC_TEXT_H 

					/* function prototypes                */
#if __STDC__
Void Text_Display(OV_alignment *alignment, OV_Item *p_item);
#endif

#endif 
