Home Command index V... X...

W...


!win_background

Type & position: command, preamble
 
Syntax: !win_background [<colour>]
 
Description: With this command you can set the background colour of your Windows Help file. You can use one of the following colours: red, green, blue, cyan, magenta, yellow, grey and white. But you should use only white, grey and black because the other colours are quite ugly.
 
Example: !win_backgound grey
 

!win_charwidth

Type & position: switch, preamble & main part
 
Syntax: !win_charwidth <value>
 
Description: UDO uses a constant value for calulating the indent of lists and the widths of table cells. This value works even fine with bold monospaced capital letters, but if you use normal text the indents or table cells my be too width. You can adjust this value by using !rtf_charwidth. UDO uses 150 by default.
 
Example: !win_charwidth 100
 
See: Tables, Lists
 

!win_high_compression

Type & position: switch, preamble
 
Syntax: !win_high_compression
 
Description: If you use this switch inside the preamble the Microsoft Helpcompiler will compress the Windows Help file by about 50%. The compression of the Windows Help file takes some time. A similar result with a faster compression you will get with !win_medium_compression.
 
See: !win_medium_compression
 

!win_inline_bitmaps

Type & position: switch, preamble
 
Syntax: !win_inline_bitmaps
 
Description: If you use this switch inside the preamble of your source file UDO will use the RTF tag `\bmcwd' instead of `\bmc' for displaying images. In this case you cannot use images larger than 64 KB. Please read the HCP documentation to get more information about the differences between these two RTF tags.
 
See: !image
 

!win_medium_compression

Type & position: switch, preamble
 
Syntax: !win_medium_compression
 
Description: If you use this switch inside the preamble the Microsoft Helpcompiler will compress the Windows Help file by about 40%. A better result with a slower compression you will get with !win_high_compression.
 
See: !win_high_compression
 

!win_propfont

Type & position: command, preamble
 
Syntax: !win_propfont <fontname>
 
Description: With this command you can set the font that will be used to display text inside a Windows Help hypertext. The default is "Times New Roman".
 
Example: !win_propfont Arial
 

Home Command index V... X...