Carbon API to set the font for currently running application.
Carbon API to set the font for currently running application.
- Subject: Carbon API to set the font for currently running application.
- From: pallavi khutal <email@hidden>
- Date: Wed, 1 Apr 2009 14:03:44 +0530 (IST)
Hello All,
I am working on Carbon C text service component.
I select the currently running application using : ProcessInfoRec info = {0}; ProcessSerialNumber PSN = {0}; FSSpec fspec = {0}; OSErr res;
PSN.highLongOfPSN = 0; PSN.lowLongOfPSN = kCurrentProcess; info.processInfoLength = sizeof(info); info..processName = procName; info.processAppSpec = &fspec; res = GetProcessInformation(&PSN,&info);
Using this I am getting currently running application eg. Adobe indesign cs3.
Now I want to set the font for typing . Which Carbon C API will work for this purpose. Please help me .
Thanks & Regards, Pallavi. |
From Chandigarh to Chennai - find friends all over India.
Click here. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden