File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Eclipse SWT Program/cocoa/org/eclipse/swt/program
cocoa/org/eclipse/swt/graphics
gtk/org/eclipse/swt/graphics Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -335,8 +335,8 @@ public boolean execute (String fileName) {
335
335
336
336
337
337
/**
338
- * Returns the receiver's image data at 100% zoom level.
339
- * This is the icon that is associated with the receiver
338
+ * Returns the receiver's image data at 100% zoom level.
339
+ * This is the icon that is associated with the receiver
340
340
* in the operating system.
341
341
*
342
342
* @return the image data for the program, may be null
@@ -346,13 +346,13 @@ public ImageData getImageData () {
346
346
}
347
347
348
348
/**
349
- * Returns the receiver's image data based on the given zoom level.
350
- * This is the icon that is associated with the receiver in the
349
+ * Returns the receiver's image data based on the given zoom level.
350
+ * This is the icon that is associated with the receiver in the
351
351
* operating system.
352
- *
352
+ *
353
353
* @param zoom
354
354
* The zoom level in % of the standard resolution
355
- *
355
+ *
356
356
* @return the image data for the program, may be null
357
357
* @since 3.125
358
358
*/
Original file line number Diff line number Diff line change @@ -1807,7 +1807,7 @@ public void setDescent (int descent) {
1807
1807
* painting hieroglyphs usually involves a fallback font).</li>
1808
1808
* <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
1809
1809
* involve setting a desired text sample to 'TextLayout', then measuring
1810
- * it with {@link org.eclipse.swt.graphics. TextLayout#getLineMetrics(int)}. This approach will also
1810
+ * it with {@link TextLayout#getLineMetrics(int)}. This approach will also
1811
1811
* take fallback fonts into account.</li>
1812
1812
* </ul>
1813
1813
*
Original file line number Diff line number Diff line change @@ -1975,7 +1975,7 @@ public void setDescent (int descent) {
1975
1975
* painting hieroglyphs usually involves a fallback font).</li>
1976
1976
* <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
1977
1977
* involve setting a desired text sample to 'TextLayout', then measuring
1978
- * it with {@link org.eclipse.swt.graphics. TextLayout#getLineMetrics(int)}. This approach will also
1978
+ * it with {@link TextLayout#getLineMetrics(int)}. This approach will also
1979
1979
* take fallback fonts into account.</li>
1980
1980
* </ul>
1981
1981
*
You can’t perform that action at this time.
0 commit comments