Source code of Windows XP (NT5)
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.

17 lines
748 B

  1. /**************************************************/
  2. /* */
  3. /* */
  4. /* Regist functions */
  5. /* */
  6. /* */
  7. /* Copyright (c) 1997-1999 Microsoft Corporation. */
  8. /**************************************************/
  9. BOOL InqTypeFace(TCHAR *typeface, TCHAR *filename, INT bufsiz);
  10. BOOL RegistTypeFace(TCHAR *typeface, TCHAR *filename);
  11. BOOL DeleteReg(TCHAR *typeface);
  12. BOOL CreateRegistrySubkey();
  13. BOOL InqCodeRange(TCHAR *Codepage, BYTE *Coderange, INT bufsiz);
  14. BOOL DeleteRegistrySubkey();
  15. BOOL FindFontSubstitute(TCHAR *orgFontName, TCHAR *sbstFontName);
  16. void Truncate(TCHAR *str, TCHAR delim);