CTTextTab

作者: 李潇南 | 来源:发表于2017-09-09 15:14 被阅读15次
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

      本文链接:https://www.haomeiwen.com/subject/qttajxtx.html