Not sure, but on the last one:

NSMutableString mystring = new NSMutableString("your string here");

should do the job. NSMutableANYTHING is just a read/write version of
NSANYTHING (which is read only by default), and you can defn do this
with a NSString.



On Wed, May 23, 2012 at 9:48 AM, akaash1087 <akshayarw...@gmail.com> wrote:
>
>
> I  have actually made a pickerview.I want to decrease the text size of the
> font that apperas in the rows.I cant figure out how I should it.
>
> I am actually using Gettitle to populate the rows.I am returning string from
> the function.But since I wanted to decrease the string size I decided to use
> NSMutableAttributed string and then set the font size.There is a function
> called Addattributes but I cant figure out how I should implement
> it.Documentation is not available..cant figure out what I should pass as the
> arguments.If core text API s are to be used then which one should I use.IF I
> want to create font of a particular size then will
> *MonoTouch.CoreText.CTFont aFont =
> MonoTouch.CoreText.CTFontDescriptor("Arial", 17f) *
> do?
> Can I convert a string to NSMutablestring?
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/how-to-add-attributes-to-a-NSMutableAttributed-string-tp4651293.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to