Changeset 983


Ignore:
Timestamp:
12/14/15 13:47:01 (8 years ago)
Author:
davidb
Message:

Code tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Text.java

    r982 r983  
    183183
    184184                                try {
    185                                     //Font customFont = Font.createFont(Font.TRUETYPE_FONT, fontFile).deriveFont(32f);
    186185                                        Font font = Font.createFont(Font.TRUETYPE_FONT, fontFile);
    187186
     
    190189                                        if (registered_status_ok) {
    191190                                           
    192                                             //System.out.println("*** Just added custom TTF font file: " + fontFile);
    193                                             //System.out.println("Added Font Family: '" + font.getFamily() + "'");
    194 
    195191                                            String font_family = font.getFamily();
    196192                                            if (!FONT_WHEEL_ADDITIONAL_LOOKUP.containsKey(font_family)) {
     
    216212                                            System.err.println("Error: Failed to add custom True-Type Font file: " + fontFile);
    217213                                        }
    218                                        
    219 
    220                                         //String []fontFamilies = ge.getAvailableFontFamilyNames();
    221                                         //for (String n: fontFamilies) {
    222                                         //    System.out.println("font family name: " + n);
    223                                         //}
    224                                         //System.out.println("====");
    225                                        
     214                                                                               
    226215                                }
    227216                                catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.