Types and Symbols

The following section describes the types and symbols used by the functions in the uf_obj.h header file (the latest information can always be found in this file).  These string constants are defined in uf_obj_types.h.
 
Please use the following string defined constants for each one of the fields in this structure.
 
Color Constants
 
The following string constants are defined in the header file. The last stem word represents the color (e.g. UF_OBJ_BLUE represents the color blue).

UF_OBJ_BLUE
UF_OBJ_GREEN
UF_OBJ_CYAN
UF_OBJ_RED
UF_OBJ_MAGENTA
UF_OBJ_YELLOW
UF_OBJ_WHITE
UF_OBJ_OLIVE
UF_OBJ_PINK
UF_OBJ_BROWN
UF_OBJ_ORANGE
UF_OBJ_PURPLE
UF_OBJ_DARK_RED
UF_OBJ_AQUAMARINE
UF_OBJ_GRAY
 
line_font Values
 
The following string constants represent the allowable line fonts.
 
UF_OBJ_FONT_INVISIBLE
UF_OBJ_FONT_SOLID
UF_OBJ_FONT_DASHED
UF_OBJ_FONT_PHANTOM
UF_OBJ_FONT_CENTERLINE
UF_OBJ_FONT_DOTTED
UF_OBJ_FONT_LONG_DASHED
UF_OBJ_FONT_DOTTED_DASHED
 
Width Constants
 
The following string constants are defined in the header file. The last stem word represents the width (e.g. UF_OBJ_THICK represents a thick line width).

UF_OBJ_WIDTH_NORMAL
UF_OBJ_WIDTH_THICK
UF_OBJ_WIDTH_THIN