Package org.robovm.apple.coretext
Class CTRun
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coretext.CTRun
- All Implemented Interfaces:
AutoCloseable
public class CTRun extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTRun.AsListMarshalerstatic classCTRun.CTRunPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCTRun() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CTRun
protected CTRun()
-
-
Method Details
-
getAttributes
-
getTextMarkupAttributes
-
getCoreTextAttributes
-
getGlyphs
- Since:
- Available in iOS 3.2 and later.
-
getPositions
- Since:
- Available in iOS 3.2 and later.
-
getAdvances
- Since:
- Available in iOS 3.2 and later.
-
getStringIndices
- Since:
- Available in iOS 3.2 and later.
-
getWidth
- Since:
- Available in iOS 3.2 and later.
-
getAscent
- Since:
- Available in iOS 3.2 and later.
-
getDescent
- Since:
- Available in iOS 3.2 and later.
-
getLeading
- Since:
- Available in iOS 3.2 and later.
-
getClassTypeID
public static long getClassTypeID() -
getGlyphCount
public long getGlyphCount() -
getAttributesDictionary
-
getStatus
-
getGlyphs
-
getPositions
-
getAdvances
-
getStringIndices
-
getStringRange
-
getTypographicBounds
protected double getTypographicBounds(CFRange range, MachineSizedFloatPtr ascent, MachineSizedFloatPtr descent, MachineSizedFloatPtr leading) -
getImageBounds
-
getTextMatrix
-
getBaseAdvancesAndOrigins
- Since:
- Available in iOS 9.0 and later.
-
draw
-