Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
3.2 KiB

  1. *******************************************************************************
  2. *
  3. * Tips.txt
  4. *
  5. * This file provides the tips used in the "Tip of the Day" feature. Each line
  6. * is a unique tip. Tips may be up to 1000 characters long.
  7. *
  8. * Copyright (c) 1997 - 2003 Microsoft Corporation. All rights Reserved.
  9. *
  10. *
  11. *******************************************************************************
  12. You can obtain help by using the Help menu, by clicking the question mark on the toolbar, or by pressing the F1 key.
  13. Context menus are available for items within the workspace of a minidriver's Component View,as well as for many items within the Unidrv Font Metrics (UFM) and glyph translation table (GTT) editors. To view a context menu, place the mouse cursor over the item, and then click the right mouse button.
  14. You can rename a workspace, or any of the files within it, by changing the name within the workspace's Component View. To rename an item, place the mouse cursor over the item,and then click the right mouse button to display the context menu.
  15. Adding or removing code points in a glyph translation table (GTT) invalidates the width information for variable-pitch fonts that use the table. Adding or removing code points might make the font unusable, because font widths are stored in UFM files by index into the GTT, and not by Unicode code point.
  16. When you use the GTT editor, be careful when you change the selected code page for a code point. The editor does not verify that the code point is defined in the new code page.
  17. In the Add Code Points dialog box, you can select and add a single code point, or you can simultaneously select and add multiple code points.
  18. Lists of items in columns can be sorted by column, if the column has a title box. To sort by column,click the title box for the column. To reverse the list order, click the title box again.
  19. Font selection strings are represented in C-language string literal format, except that the octal escape (\nnn) is not allowed.
  20. To view lists of code pages installed on your system and code pages that Microsoft Windows NT supports, select About from the Help menu.
  21. You can edit a UFM, GTT, or Generic Printer Description (GPD) file by opening it in Microsoft Windows NT xplorer.
  22. When you move a GPD file from one workspace to another, you must delete the GPD file from the first workspace.
  23. The Conversion Wizard sets the capital H height and lowercase X height of the font to 0. GDI calculates default values.
  24. Win16 minidrivers require you to define encodings for a continuous range of characters, so duplicate encodings of the default character set often exist. You can save space and time by removing the duplicates from your GTT files. To quickly find the duplicates, sort the code points by clicking the Selection String column title in the GTT editor. Then, delete the duplicates with the Delete key.
  25. You can use the workspace to change where a GPD file is saved. To do so, move the mouse cursor over the name of the GPD file in the Component View for the workspace. Click the right mouse button, and then click the Rename option. The file path displays, which you can edit. When you subsequently click Save, Close, or Exit from the File menu, the GPD file is moved.