[MacRuby-devel] Confusing with The memory a macruby app used

2010-10-24 Thread 殿
Hi: I want to write an app with macruby , and want to make sure there's not memory problem. I create an Macruby-Application with Xcode ,and lanuch it ,using the Activity Monitor , it using about 44M memory ,and create an ObjectivC-Application ,it only use 8M memory ,is it normal? thanks __

Re: [MacRuby-devel] Is CoreText Fully Support

2010-10-24 Thread 殿
;> metadata (I believe it will fix your CoreText problems), but we will need to >> verify. >> >> In the interim, you can wrap CoreText APIs in Objective-C classes, them >> call them from MacRuby directly. >> >> Laurent >> >> On Oct 7, 2010, at 7:41

[MacRuby-devel] Is CoreText Fully Support

2010-10-07 Thread 殿
Hi I'm doing some work with CoreText with macruby ,and i had some question 1. CTline and some other `struct` does not have a ruby class ,the ctline.class is __NSCFType , not like the CGRect struct,in macruby ,the class is CGRecct ,so i can reopen the class ,and add some help methods. 2. the CT