Class CTTypesetter

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CTTypesetter
    extends CFType
    • Constructor Detail

      • CTTypesetter

        protected CTTypesetter()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 3.2 and later.
      • createLine

        public CTLine createLine​(CFRange stringRange,
                                 double offset)
        Since:
        Available in iOS 3.2 and later.
      • createLine

        public CTLine createLine​(CFRange stringRange)
        Since:
        Available in iOS 3.2 and later.
      • suggestLineBreak

        public long suggestLineBreak​(long startIndex,
                                     double width,
                                     double offset)
        Since:
        Available in iOS 3.2 and later.
      • suggestLineBreak

        public long suggestLineBreak​(long startIndex,
                                     double width)
        Since:
        Available in iOS 3.2 and later.
      • suggestClusterBreak

        public long suggestClusterBreak​(long startIndex,
                                        double width,
                                        double offset)
        Since:
        Available in iOS 3.2 and later.
      • suggestClusterBreak

        public long suggestClusterBreak​(long startIndex,
                                        double width)
        Since:
        Available in iOS 3.2 and later.