Uses of Class
com.jniwrapper.macosx.cocoa.nsfontdescriptor.NSFontDescriptor

Packages that use NSFontDescriptor
com.jniwrapper.macosx.cocoa.nsfontdescriptor   
com.jniwrapper.macosx.cocoa.nsfontmanager   
 

Uses of NSFontDescriptor in com.jniwrapper.macosx.cocoa.nsfontdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nsfontdescriptor that return NSFontDescriptor
static NSFontDescriptor NSFontDescriptor.NSFontDescriptor_fontDescriptorWithFontAttributes(NSDictionary attributes)
          This method represents the fontDescriptorWithFontAttributes static constructor of the NSFontDescriptor Objective-C class.
static NSFontDescriptor NSFontDescriptor.NSFontDescriptor_fontDescriptorWithName_size(java.lang.String fontName, com.jniwrapper.SingleFloat size)
          This method represents the fontDescriptorWithName static constructor of the NSFontDescriptor Objective-C class.
 

Uses of NSFontDescriptor in com.jniwrapper.macosx.cocoa.nsfontmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager with parameters of type NSFontDescriptor
 void NSFontManager.removeFontDescriptor_fromCollection(NSFontDescriptor descriptor, java.lang.String collection)
          This method represents the removeFontDescriptor() method of the NSFontManager Objective-C class.
 com.jniwrapper.Pointer.Void NSFontManager.availableFontNamesMatchingFontDescriptor(NSFontDescriptor descriptor)