How to add a bullet to the text ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi I have used CBannerStatic Class functions and running my text horizontally like Banner. Now I have two to three sentence and I want to show one Bullete (may be one filled dot/circle) then how to show it ? Thankx Amarelia Maehsh Gujarat India
What about using the bullet character if your font supports it. • Like so. It's alt + 0149 or U+2022. Else you'll have to draw one yourself using GDI.