Supported Browsers Home   
MGL_getDivotCoord Previous   
MGL_getFont Next   
External Functions Up   

MGL_getDotsPerInch

Gets the outline font dots per inch value.

Declaration

void MGLAPI MGL_getDotsPerInch(
    int *xDPI,
    int *yDPI)

Prototype In

mgraph.h

Parameters

xDPI

Place to store horizontal dots per inch

yDPI

Place to store vertical dots per inch

 

Description

This function returns the current 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