hehe - in front of the screen, possibly yes.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
String fs = "myimage.bmp";
if (File.Exists(fs)) {
DynamicSprite* sprite = DynamicSprite.CreateFromFile(fs);
DrawingSurface *surface = Room.GetDrawingSurfaceForBackground();
surface.DrawImage(100, 80, sprite.Graphic);
surface.Release();
sprite.Delete();
}
Quote from: Monsieur OUXX on Thu 24/10/2013 01:54:06As far as I know you need to create a ttf font for this. Otherwise you'd need to replace special chars with foreign ones (like * acting as an ä). Strazer made such a font: http://www.strazer.net/ags/nnscifnt.zip
That's not an international font but I must admit I don't know how these work (i.e. how to create one from this). I'll have to have a close look.
Quote from: AGA on Fri 09/08/2013 20:19:42I wanna ride on that cheap wave too
ICH BIN EIN HUSBAND? DU BIST EIN WIFE?!
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.337 seconds with 17 queries.