diff options
author | Silenio Quarti <silenio> | 2002-10-26 00:13:21 +0000 |
---|---|---|
committer | Silenio Quarti <silenio> | 2002-10-26 00:13:21 +0000 |
commit | 8e2ef481e9ea879d894d3c228f0ebee93ee2fc7e (patch) | |
tree | 878de72a49a05ae77f0b7b2e535f5cba7fa8c926 | |
parent | 7132841a55aad8447e3b35bf09e23a72a577e2fc (diff) | |
download | eclipse.platform.swt-8e2ef481e9ea879d894d3c228f0ebee93ee2fc7e.tar.gz eclipse.platform.swt-8e2ef481e9ea879d894d3c228f0ebee93ee2fc7e.tar.xz eclipse.platform.swt-8e2ef481e9ea879d894d3c228f0ebee93ee2fc7e.zip |
new API
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java index 3728fd1adb..c9a2e8ccf0 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java @@ -87,6 +87,8 @@ public Font(Device device, FontData fd) { * @exception SWTError <ul>
* <li>ERROR_NO_HANDLES - if a font could not be created from the given font data</li>
* </ul>
+ *
+ * @since 2.1
*/
public Font(Device device, FontData[] fds) {
if (device == null) device = Device.getDevice();
|