... Light" SIZE 0, -18 hFont := SelectObject( hDC, oFont:hFont ) for n := 1 to nLen cLetra := substr( cTexto, n, 1 ) nColor := SetTextColor( hDC, nRandom( CLR_WHITE ) ) TextOut( hDC, 10, nLeft, cLetra ) SetTextColor( hDC, nColor ) nLeft += GetTextWidth( hDC, cLetra, oFont ) next SelectObject( ...