|
-
Nov 8th, 2006, 10:23 AM
#1
[2005] GDI+ Text Effects
Just curious if anyone has come up with (or come across) some cool text drawing effects using GDI+
In an app I am working on, I need to write some text out to the background of an MDI form (shows when no MDI child is open)
anyway... I just write out some text information, like the customers name, the serial number, and some other information that is useful to the customer.
It looks very bland and plain just using a standard brush with a red or black (or other) color...
I have been messing around with trying to duplicate the text with an offset to create a drop shadow look, and also using gradientbrushes and TextureBrushes... ive made it look a little better, but I was wondering if any of you had come across something that looked really nice (not too flashy)
Last edited by kleinma; Nov 8th, 2006 at 02:49 PM.
-
Nov 8th, 2006, 11:17 AM
#2
Re: [2005] GDI+ Text Affects
-
Nov 8th, 2006, 02:43 PM
#3
Re: [2005] GDI+ Text Affects
Search for some of wossnames posts. Make sure you use AntiAliasing to smooth the edges. You can use a gradient color fill that compliments the apps color scheme (if any).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 8th, 2006, 02:45 PM
#4
Re: [2005] GDI+ Text Affects
problem is the font is kinda small.. so some effects that may look cool when using a large font aren't readable when brought down to a small font level.
Maybe just applying AA and a slight drop shadow will work.. it does't need to be super crazy fancy.. its just that its an eye sore right now
-
Nov 8th, 2006, 02:47 PM
#5
Re: [2005] GDI+ Text Affects
Yes, and maybe a 3d "effect" (I used my SpellChecker.NET™ on this thread ) or gel button text would look cool.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 8th, 2006, 02:49 PM
#6
Re: [2005] GDI+ Text Affects
yeah I was always bad with effect and affect...
then again English is my second language... VB is my first
-
Nov 8th, 2006, 04:41 PM
#7
Re: [2005] GDI+ Text Effects
There is a GDI+ tute link in my sig that includes some text effects.
-
Nov 8th, 2006, 04:42 PM
#8
Re: [2005] GDI+ Text Effects
I know how to use GDI+ pretty well. I just was wondering what others had come across as far as effects applied to text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|