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) {
335335
336336
337337/**
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
340340 * in the operating system.
341341 *
342342 * @return the image data for the program, may be null
@@ -346,13 +346,13 @@ public ImageData getImageData () {
346346}
347347
348348/**
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
351351 * operating system.
352- *
352+ *
353353 * @param zoom
354354 * The zoom level in % of the standard resolution
355- *
355+ *
356356 * @return the image data for the program, may be null
357357 * @since 3.125
358358 */
Original file line number Diff line number Diff line change @@ -1807,7 +1807,7 @@ public void setDescent (int descent) {
18071807 * painting hieroglyphs usually involves a fallback font).</li>
18081808 * <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
18091809 * 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
18111811 * take fallback fonts into account.</li>
18121812 * </ul>
18131813 *
Original file line number Diff line number Diff line change @@ -1975,7 +1975,7 @@ public void setDescent (int descent) {
19751975 * painting hieroglyphs usually involves a fallback font).</li>
19761976 * <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
19771977 * 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
19791979 * take fallback fonts into account.</li>
19801980 * </ul>
19811981 *
You can’t perform that action at this time.
0 commit comments