![]() |
drawing outlined text - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: drawing outlined text (/showthread.php?tid=572) |
- Matt - 02-01-2007 Replace your "Sub DrawText" with this: Code: Public Sub DrawText(ByVal hdc As Long, ByVal X, ByVal Y, ByVal Text As String, Color As Long) - Tony - 02-01-2007 This was pretty easy to do, took a while for me to find out what did what but then I got a hold of it quickly. :: Pando - Matt - 03-01-2007 W/e works. - Tony - 03-01-2007 one Wrote:jeah, im just not creative enuogh x) Not method T.T Code: Call TextOut(HDC, X + 1, Y + 0, Text, Len(Text)) Thats how I do it... :: Pando |