MGL_fontType

Declaration

typedef enum {
    MGL_VECTORFONT      = 1,
    MGL_FIXEDFONT,
    MGL_PROPFONT,
    MGL_ANTIALIASEDFONT = 0x80,
    MGL_FONTTYPEMASK    = 0x3F
    } MGL_fontType

Prototype In

mgraph.h

Description

Defines the different font types

Members

MGL_VECTORFONT

Vector font

MGL_FIXEDFONT

Fixed width bitmap font

MGL_PROPFONT

Proportional width bitmap font

MGL_ANTIALIASEDFONT

Flags that a font is anti-aliased

MGL_FONTTYPEMASK

Mask for the font type flags

 

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