Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

font object

I am using the font object for some labels to change the weight of the font and size. I found how how by googling for some details because there isn't anything in the docs I can find. I am however stuck trying to change the font itself, do any docs on the font object exist? Thanks

— asked May 5th 2010 by Brian Raymond
  • font
0 Comments

1 Answer

  • Use the KitchenSink examples, or the sources on github ( this will also help you learns obj-c :) )

    I use this:

    font:{fontWeight:'bold',fontSize:16,fontFamily:'Helvetica Neue'},
    
    — answered May 5th 2010 by Dan Tamas
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.