Changeset 871


Ignore:
Timestamp:
02/09/14 22:34:34 (10 years ago)
Author:
ngw8
Message:

Made it possible to set line and letter spacing attributes via the UI

File:
1 edited

Legend:

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

    r737 r871  
    284284                                                            Text.class.getMethod("setAutoWrap", pBool));
    285285                       
     286                        _Attrib.put("LineSpacing",                      Text.class.getMethod("getSpacing"),
     287                                                                                                Text.class.getMethod("setSpacing", pFloat));
     288                       
     289                        _Attrib.put("LetterSpacing",            Text.class.getMethod("getLetterSpacing"),
     290                                                                                                Text.class.getMethod("setLetterSpacing", pFloat));
     291                       
    286292                        // Aliases for attribute setting
    287293                        _Attrib.alias("pos",                "position");
Note: See TracChangeset for help on using the changeset viewer.