Uses of Class
org.robovm.apple.coretext.CTFontOrientation
| Package | Description |
|---|---|
| org.robovm.apple.coretext |
-
Uses of CTFontOrientation in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTFontOrientation Modifier and Type Method Description CTFontOrientationCTFontAttributes. getOrientation()static CTFontOrientationCTFontOrientation. valueOf(long n)Returns the enum constant of this type with the specified name.static CTFontOrientationCTFontOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static CTFontOrientation[]CTFontOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext with parameters of type CTFontOrientation Modifier and Type Method Description CGSize[]CTFont. getAdvances(CTFontOrientation orientation, short[] glyphs)protected doubleCTFont. getAdvances(CTFontOrientation orientation, ShortPtr glyphs, CGSize.CGSizePtr advances, long count)CGRect[]CTFont. getBoundingRects(CTFontOrientation orientation, short[] glyphs)protected CGRectCTFont. getBoundingRects(CTFontOrientation orientation, ShortPtr glyphs, CGRect.CGRectPtr boundingRects, long count)CTFontAttributesCTFontAttributes. setOrientation(CTFontOrientation orientation)