Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] font/valign middle / center inconsistency

From: antonr::iinet::net::au at: 24-Sep-2003 13:20

Two ways of expressing the same thing:
>> probe system/standard/face/font/valign
center == center
>> layout [box with [probe font/valign]]
middle I think we get 'middle from the vid layout dialect, which specifies vertical alignment in one word. 'center is used for horizontal alignment. See these two examples: view layout [area "hello" middle] view layout [area "hello" center] Perhaps it's a bug that system/standard/face/font/valign should be set to 'center by default. Anton.