Re: Win32Lib 54.5 html doc: changed font styles part way through?
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU> Nov 28, 2000
- 437 views
Hi Dan, On Tue, 28 Nov 2000 05:18:50 -0800, Dan B Moyer <DANMOYER at PRODIGY.NET> wrote: >Has anyone else noticed that the font style in the html doc for Win32Lib >54.5 changes part way through? I mention it because while some of it gets >bigger, some other gets somewhat smaller and dimmer, which can make it hard >for older eyes to read. Derek suggested it might be a browser font setting, >but I'd think that would affect *all* text, not just some. As I understood your earlier post, I thought you were saying that the entire documentation was now different, not just a part of it. There are no specific font definitions in the HTML file, it only uses <h1> .. <h4> plus <pre>, <strong> and <em>. I still recommend that you look into your broswer settings to see if you can improve the visibility of the fonts. >It seems to start at "findChildren" ; "findText " is the first one I find >which is in both 54.5 & 50 and displays one way in v50, and another in >v54.5. I thought I explained the reason for this already. Anyhow, in the file called "win32lib_full.ew" do the following change... Find the line --/func findChildren(integer id) about 8 lines down from that should be the line --/code this is the beginning of some example code. The end of any example code should be marked with --/endcode but this one isn't. I forgot to do it. So in between the lines -- end for and global function findChildren(integer id) insert the line --/endcode The save the file and close the editor. Next you must run the MakeDoc program. In a DOS shell, change to the directory that the just edited win32lib_full.ew resides in and from the DOS command line run this ... exw makedoc win32lib_full.ew this will cause a pop-up window to be displayed with a "progress" report. At the end of the operation, a message box will be displayed. Just click okay and you will now have a file called win32lib_full.htm created. Validate this via your browser and copy it to win32lib.htm when satisfied. I made this fix to v0.54.6 already. ------ cheers, Derek