![]() |
DrawClipChar | Function (ROM Call 0x191) |
graph.h |
void DrawClipChar (short x, short y, short c, const SCR_RECT *clip, short Attr); |
Draws a clipped character.
DrawClipChar works exactly like DrawChar, except the character will be clipped at the boundaries of the area given by parameter clip. See SetCurClip for more info about clipping areas.