Uses of Class
org.robovm.apple.coregraphics.CGFont
| Package | Description |
|---|---|
| org.robovm.apple.coreanimation | |
| org.robovm.apple.coregraphics | |
| org.robovm.apple.coretext |
-
Uses of CGFont in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation with parameters of type CGFont Modifier and Type Method Description voidCATextLayer. setFont(CGFont font) -
Uses of CGFont in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGFont Modifier and Type Method Description static CGFontCGFont. create(String name)static CGFontCGFont. create(CGDataProvider provider)Methods in org.robovm.apple.coregraphics with parameters of type CGFont Modifier and Type Method Description voidCGContext. setFont(CGFont font) -
Uses of CGFont in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CGFont Modifier and Type Method Description CGFontCTFont. getGraphicsFont()protected CGFontCTFont. getGraphicsFont(CTFontDescriptor.CTFontDescriptorPtr attributes)Methods in org.robovm.apple.coretext with parameters of type CGFont Modifier and Type Method Description static CTFontCTFont. create(CGFont graphicsFont, double size, CGAffineTransform matrix, CTFontDescriptor attributes)static booleanCTFontManager. registerGraphicsFont(CGFont font)static booleanCTFontManager. unregisterGraphicsFont(CGFont font)