Hi, anybody know how to use Tx3gDescriptionHandle? Tx3gDescriptionHandle tHandle = (Tx3gDescriptionHandle)NewHandle(sizeof (Tx3gDescription)); (*tHandle)->dataFormat = kTx3gSampleType; (*tHandle)->resvd1 = 1; (*tHandle)->resvd2 = 1; (*tHandle)->displayFlags = 1; (*tHandle)->horizontalJustification = -1; (*tHandle)->verticalJustification =1; (*tHandle)->dataRefIndex = 0; These are the some sample values i give, but only the font color and font face is working. the justification, font size are not working , on use with AddMediaSample2.
http://translate.google.co.in/translate?hl=en&sl=zh-CN&u=http://www.apple.com.cn/developer/documentation/QuickTime/QT6_3/chapter_1_section_23.html&ei=2F2nSouiAsnakAWHltyNCQ&sa=X&oi=translate&resnum=1&ct=result&prev=/search%3Fq%3DTx3gDescription%26hl%3Den%26sa%3DG this is the link to use the structure. I am confused of how to use font table, and how to incorporate Tx3gFontTableRecord with the description handle.Tx3gFontTableRecord with the description handle. Thanking You in Advance regards sandeep _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com