home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / webhelp0.cab / hhapplet / BsscFontFixPatch.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-11-07  |  343 b   |  13 lines

  1. package hhapplet;
  2.  
  3. public class BsscFontFixPatch {
  4.    public static String GetFontName() {
  5.       return "Dialog";
  6.    }
  7.  
  8.    public static int GetFontSize() {
  9.       byte var0 = 12;
  10.       return var0;
  11.    }
  12. }
  13.