MGL_mirrorGlyph

Computes mirror image of a glyph (monochrome bitmap).

Declaration

void MGLAPI MGL_mirrorGlyph(
    uchar *dst,
    uchar *src,
    int byteWidth,
    int height)

Prototype In

mgraph.h

Parameters

dst

Destination glyph buffer

src

Source glyph buffer

byteWidth

Width of the glyph in bytes

height

Height of the glyph in scanlines

 

Description

This function computes the mirror image glyph of the source glyph, and stores the value in the destination buffer. The source buffer is not modified, and the mirror image glyph will be no larger than the original glyph.

See Also

MGL_rotateGlyph,MGL_drawGlyph

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