ChooseFont() open a dialog with the option to choose the settings of the font and the color, but don't return this color!
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
xHarbour 1.2.3 + Fwhh 20.2
ChooseFont() open a dialog with the option to choose the settings of the font and the color, but don't return this color!
local aFont, nRGBColor := 0
aFont  = ChooseFont( , @nRGBColor )
MsgInfo( nRGBColor )