public class CTFramesetter
extends org.robovm.apple.corefoundation.CFType
| Modifier and Type | Class and Description |
|---|---|
static class |
CTFramesetter.CTFramesetterPtr |
| Modifier and Type | Method and Description |
|---|---|
static CTFramesetter |
create(org.robovm.apple.foundation.NSAttributedString string) |
CTFrame |
createFrame(org.robovm.apple.corefoundation.CFRange stringRange,
org.robovm.apple.coregraphics.CGPath path,
org.robovm.apple.coretext.CTFrameAttributes frameAttributes) |
static long |
getClassTypeID() |
org.robovm.apple.coretext.CTTypesetter |
getTypesetter() |
org.robovm.apple.coregraphics.CGSize |
suggestFrameSize(org.robovm.apple.corefoundation.CFRange stringRange,
org.robovm.apple.coretext.CTFrameAttributes frameAttributes,
org.robovm.apple.coregraphics.CGSize constraints,
org.robovm.apple.corefoundation.CFRange fitRange) |
public static long getClassTypeID()
public static CTFramesetter create(org.robovm.apple.foundation.NSAttributedString string)
public CTFrame createFrame(org.robovm.apple.corefoundation.CFRange stringRange, org.robovm.apple.coregraphics.CGPath path, org.robovm.apple.coretext.CTFrameAttributes frameAttributes)
public org.robovm.apple.coretext.CTTypesetter getTypesetter()
public org.robovm.apple.coregraphics.CGSize suggestFrameSize(org.robovm.apple.corefoundation.CFRange stringRange,
org.robovm.apple.coretext.CTFrameAttributes frameAttributes,
org.robovm.apple.coregraphics.CGSize constraints,
org.robovm.apple.corefoundation.CFRange fitRange)
Copyright © 2018. All Rights Reserved.