• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Carbon API to set the font for currently running application.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Carbon API to set the font for currently running application.
      • From: Chris Espinosa <email@hidden>
  • Next by Date: xml parsing
  • Next by thread: Re: Carbon API to set the font for currently running application.
  • Index(es):
    • Date
    • Thread