by Foxi4 » October 16th, 2012, 1:16 am
Colour can be changed via a similar action (if downloadable, pretty sure it's not there stock) or via code:
PA_SetTextCol(Screen, R, G, B);
Where Screen is 0 for bottom and 1 for top, R,G,B values ranging between 0 and 31 (standard 0-255 value divided by 8).
Size is not adjustable in tiled fonts, you'd have to use 8-bit/16c raster fonts, but I'm afraid that's quite complex and not really useful for you. It's in the Tutorials section if you're interested, written by myself.
Last edited by
Foxi4 on October 17th, 2012, 7:05 am, edited 1 time in total.
Current Projects:
FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%