Carbon


ATSLayoutRecord

Header: ATSLayoutTypes.h

struct ATSLayoutRecord {
    GlyphID glyphID; 
    UInt16 styleIndex; 
    UInt32 flags; 
    UInt32 originalOffset; 
    Fixed realPos; 
    SInt16 deviceDelta; 
    SInt16 caretPos; 
    Fixed deltaX; 
    Fixed deltaY;
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)