Supported Browsers Home   
MGL_textEncodingType Previous   
MGL_waitVRTFlagType Next   
Type Definitions Up   

MGL_textJustType

Declaration

typedef enum {
    MGL_LEFT_TEXT       =   0,
    MGL_TOP_TEXT        =   0,
    MGL_CENTER_TEXT     =   1,
    MGL_RIGHT_TEXT      =   2,
    MGL_BOTTOM_TEXT     =   2,
    MGL_BASELINE_TEXT   =   3
    } MGL_textJustType

Prototype In

mgraph.h

Description

Defines the text justification styles passed to MGL_setTextJustify.

Members

MGL_LEFT_TEXT

Justify from left

MGL_TOP_TEXT

Justify from top

MGL_CENTER_TEXT

Center the text

MGL_RIGHT_TEXT

Justify from right

MGL_BOTTOM_TEXT

Justify from bottom

MGL_BASELINE_TEXT

Justify from the baseline

 

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