public class CTFrame
extends org.robovm.apple.corefoundation.CFType
| Modifier and Type | Class and Description |
|---|---|
static class |
CTFrame.CTFramePtr |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(org.robovm.apple.coregraphics.CGContext context) |
static long |
getClassTypeID() |
org.robovm.apple.coretext.CTFrameAttributes |
getFrameAttributes() |
void |
getLineOrigins(org.robovm.apple.corefoundation.CFRange range,
org.robovm.apple.coregraphics.CGPoint origins) |
org.robovm.apple.corefoundation.CFArray |
getLines() |
org.robovm.apple.coregraphics.CGPath |
getPath() |
org.robovm.apple.corefoundation.CFRange |
getStringRange() |
org.robovm.apple.corefoundation.CFRange |
getVisibleStringRange() |
public static long getClassTypeID()
public org.robovm.apple.corefoundation.CFRange getStringRange()
public org.robovm.apple.corefoundation.CFRange getVisibleStringRange()
public org.robovm.apple.coregraphics.CGPath getPath()
public org.robovm.apple.coretext.CTFrameAttributes getFrameAttributes()
public org.robovm.apple.corefoundation.CFArray getLines()
public void getLineOrigins(org.robovm.apple.corefoundation.CFRange range,
org.robovm.apple.coregraphics.CGPoint origins)
public void draw(org.robovm.apple.coregraphics.CGContext context)
Copyright © 2018. All Rights Reserved.