Ignore:
Timestamp:
01/28/14 10:30:16 (10 years ago)
Author:
davidb
Message:

Code added to load any TTF fonts located in the resources 'fonts' folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r734 r761  
    6060                HELP_PATH = PARENT_FOLDER + "documentation" + File.separator;
    6161                DICT_PATH = PARENT_FOLDER + "dict" + File.separator;
     62                FONT_PATH = PARENT_FOLDER + "fonts" + File.separator;
    6263                PROFILE_PATH = PARENT_FOLDER + "profiles" + File.separator;
    6364                EXPORTS_DIR = PARENT_FOLDER + "exports" + File.separator;
     
    8586
    8687        public static String HELP_PATH;
     88
     89        public static String FONT_PATH;
    8790       
    8891        public static String TEMPLATES_PATH;
Note: See TracChangeset for help on using the changeset viewer.