My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

"Impact" font graphical implementation in editor-like program - using VGA mode in Turbo C

Target Specs

  • displaying A - Z by pressing corresponding letter in keyboard
  • new letter is displayed at the next position
  • backspace to delete the last letter
  • press these keys in keyboard to .. (applied to all letters on screen)
    • 1 -> italic
    • 2 -> bold
    • 3 -> decrease font size
    • 4 -> increase font size
    • 5 -> change color
    • 6 -> change fill mode

Done?

  • Incomplete functionality : Bold, Scale
  • Failed to implement : Pattern

Compiling

Donload and Install Turbo C 3.0.

tcc font.c util.c drawing.c graphont.c grmn.c image.c
Powered by Google Project Hosting