added text mask

Fork of NeoStrip by Allen Wild

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers TextMask.h Source File

TextMask.h

00001 
00002 #include "NeoStrip.h"
00003 
00004             
00005             
00006 void maskChar(NeoStrip strip, int xPos, int yPos, int xDim, int yDim, char inChar);
00007 
00008