Methods in org.rococoa.cocoa.coretext with parameters of type CGAffineTransform |
CoreTextLibrary.__CTFont |
CoreTextLibrary.CTFontCreateCopyWithAttributes(CoreTextLibrary.__CTFont font,
org.rococoa.cocoa.CGFloat size,
CGAffineTransform matrix,
CoreTextLibrary.__CTFontDescriptor attributes)
|
CoreTextLibrary.__CTFont |
CoreTextLibrary.CTFontCreateCopyWithSymbolicTraits(CoreTextLibrary.__CTFont font,
org.rococoa.cocoa.CGFloat size,
CGAffineTransform matrix,
int symTraitValue,
int symTraitMask)
|
CoreTextLibrary.CGPath |
CoreTextLibrary.CTFontCreatePathForGlyph(CoreTextLibrary.__CTFont font,
short glyph,
CGAffineTransform transform)
|
CoreTextLibrary.__CTFont |
CoreTextLibrary.CTFontCreateWithFontDescriptor(CoreTextLibrary.__CTFontDescriptor descriptor,
org.rococoa.cocoa.CGFloat size,
CGAffineTransform matrix)
|
CoreTextLibrary.__CTFont |
CoreTextLibrary.CTFontCreateWithGraphicsFont(CoreTextLibrary.CGFont graphicsFont,
org.rococoa.cocoa.CGFloat size,
CGAffineTransform matrix,
CoreTextLibrary.__CTFontDescriptor attributes)
|
CoreTextLibrary.__CTFont |
CoreTextLibrary.CTFontCreateWithPlatformFont(int platformFont,
org.rococoa.cocoa.CGFloat size,
CGAffineTransform matrix,
CoreTextLibrary.__CTFontDescriptor attributes)
|