Package org.eclipse.swt.internal.cocoa
Class NSFont
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSFont
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleascender()static NSFontboldSystemFontOfSize(double fontSize) static NSFontcontrolContentFontOfSize(double fontSize) doublefontName()static NSFontfontWithName(NSString fontName, double fontSize) doubleleading()static NSFontmenuBarFontOfSize(double fontSize) static NSFontmenuFontOfSize(double fontSize) doublestatic doublestatic NSFontsystemFontOfSize(double fontSize) static doublestatic doublesystemFontSizeForControlSize(long controlSize) Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardMethods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSFont
public NSFont() -
NSFont
public NSFont(long id) -
NSFont
-
-
Method Details
-
ascender
public double ascender() -
boldSystemFontOfSize
-
controlContentFontOfSize
-
descender
public double descender() -
displayName
-
familyName
-
fontName
-
fontWithName
-
leading
public double leading() -
pointSize
public double pointSize() -
smallSystemFontSize
public static double smallSystemFontSize() -
systemFontOfSize
-
systemFontSize
public static double systemFontSize() -
systemFontSizeForControlSize
public static double systemFontSizeForControlSize(long controlSize)
-