MGL_setDotsPerInch

Sets the outline font dots per inch value.

Declaration

void MGLAPI MGL_setDotsPerInch(
    int xDPI,
    int yDPI)

Prototype In

mgraph.h

Parameters

xDPI

Horizontal dots per inch

yDPI

Vertical dots per inch

 

Description

This function set the horizontal and vertical dots per inch factor, which is used to generate outline font bitmap glyphs. Making the value larger results in larger font bitmaps. The default value for PC compatible systems in 96 DPI.

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