CTTextTab

typedef const struct CF_RELATED_TYPE(NSTextTab,,) __CTTextTab * CTTextTabRef;
CFTypeID CTTextTabGetTypeID( void ) CT_AVAILABLE(10_5, 3_2);
CT_EXPORT const CFStringRef kCTTabColumnTerminatorsAttributeName CT_AVAILABLE(10_5, 3_2);
CTTextTabRef CTTextTabCreate(
    CTTextAlignment alignment,
    double location,
    CFDictionaryRef __nullable options ) CT_AVAILABLE(10_5, 3_2);
CTTextAlignment CTTextTabGetAlignment(
    CTTextTabRef tab ) CT_AVAILABLE(10_5, 3_2);
double CTTextTabGetLocation(
    CTTextTabRef tab ) CT_AVAILABLE(10_5, 3_2);
CFDictionaryRef __nullable CTTextTabGetOptions(
    CTTextTabRef tab ) CT_AVAILABLE(10_5, 3_2);

你可能感兴趣的:(CTTextTab)