From: Frederick W. <fre...@go...> - 2012-01-02 06:43:26
|
I think the discussion could be reduced to the following question: "How would an end-user want the NYNH token to be displayed?" Possible options I could think of would be: (1) In a font the height of which matches the token size. = logic prior to the patch --> The label "NYNH" by far exceeds the right bound of the token. (2) Auto-size the font so that the label always perfectly fits the token size. = logic applied in the patch --> The label "NYNH" is too small to be readible (on small resolutions) (3) Enter line break between NY and NH and applied (2) to the resulting label. --> New company attribute ("tokenLabel") to define this Given a second thought, I think option (3) would be the best option. To all: What would you prefer (including other options not listed here)? |