PDA

View Full Version : small ext unit for wingraph for free pascal (more crt like)



edexter
11-10-2007, 12:30 PM
http://dexrow.blogspot.com/2007/10/wingraph-extended.html

This is a small library to make wingraph more like the old crt unit... I would like to convert this to other graphics libraries that use x,y in pixels to convert them to x,y in charecters. To do this I would need text that has all the letters of the same height length (In wingraph the smaller type faces have fixed sizes where all the charecters are the same size) and would need to be able to return the size of the typeface that is currently being used. This is devoloped for use in roguelikes but may have other uses as well.

arthurprs
11-10-2007, 03:26 PM
old style programming :)

edexter
11-10-2007, 10:56 PM
I think I may have forgot END. at the end of the unit if anyone is having trouble..

arthurprs
23-10-2007, 04:49 PM
im using wingraph for seeing some debug info instead of console, very good and easy :)