A Windows platform question.
There is no special bold version of the MS-SansSerif screen font (sserife.fon)
If I use the following code:
there is no difference in using gMSplain14 or gMSbold14.
What do I need to do to use DrawText with the bold version of MS-SansSerif?
Note: the screen font, NOT the TrueType version.
There is no special bold version of the MS-SansSerif screen font (sserife.fon)
If I use the following code:
Global gMSplain14:TImageFont = LoadImageFont("c:\BlitzMax code\fonts\sserife.fon", 14, SMOOTHFONT) Global gMSbold14:TImageFont = LoadImageFont("c:\BlitzMax code\fonts\sserife.fon", 14, BOLDFONT|SMOOTHFONT)
there is no difference in using gMSplain14 or gMSbold14.
What do I need to do to use DrawText with the bold version of MS-SansSerif?
Note: the screen font, NOT the TrueType version.