MGL_textDirType

Declaration

typedef enum {
    MGL_LEFT_DIR        =   0,
    MGL_UP_DIR          =   1,
    MGL_RIGHT_DIR       =   2,
    MGL_DOWN_DIR        =   3
    } MGL_textDirType

Prototype In

mgraph.h

Description

Defines the text direction styles passed to MGL_setTextDirection

Members

MGL_LEFT_DIR

Text goes to left

MGL_UP_DIR

Text goes up

MGL_RIGHT_DIR

Text goes right

MGL_DOWN_DIR

Text goes down

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com