layout_uifontdescription.ui.txt 1.1 KB

12345678910111213141516171819
  1. # UIFontdescription object layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIFontdescription object\nThis object is used to define a font and size attribute\nIt is then assigned to a widget to change the font displayed."
  5. TBTextField: text: "UIFontdescription size 8"
  6. font: size: 8dp
  7. TBTextField: text: "UIFontdescription size 18"
  8. font: size: 18dp
  9. TBTextField: text: "UIFontdescription size 80"
  10. font: size: 80, name: "BrokenGlass"
  11. TBTextField: text: "Use this slider to change the text size from 8 to 72"
  12. TBSlider: min: 8.0, max: 72.0, value: 1, id: fontstep
  13. lp: width: 256
  14. TBTextField: text: "Size 8", id: changetext, squeezable: true
  15. TBTextField: id: spacer, text: " "
  16. TBLayout
  17. TBButton: text: "UIFontdescription help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uifontdescription.html"
  18. TBButton: text: "UIFontdescription application code", id: uifontdescriptioncode
  19. TBButton: text: "UIFontdescription layout code", id: uifontdescriptionlayout