summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal
diff options
context:
space:
mode:
authorLynn Kues <lynne>2001-12-20 21:16:06 +0000
committerLynn Kues <lynne>2001-12-20 21:16:06 +0000
commit1e89ac7d2c26bf84f80c2bfc257d4cec8fca4913 (patch)
treec9b84be826fad4be624c845f013224a548f6c28e /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal
parenta416240afc4e70ef2a21310be2bb2562cc2a97d0 (diff)
downloadeclipse.platform.swt-1e89ac7d2c26bf84f80c2bfc257d4cec8fca4913.tar.gz
eclipse.platform.swt-1e89ac7d2c26bf84f80c2bfc257d4cec8fca4913.tar.xz
eclipse.platform.swt-1e89ac7d2c26bf84f80c2bfc257d4cec8fca4913.zip
7150
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
index 54ae84808a..6184dffffe 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
@@ -260,6 +260,9 @@ public static void getOrderInfo(GC gc, String text, int[] order, byte[] classBuf
if ((fontLanguageInfo & GCP_LIGATE) == GCP_LIGATE) {
dwFlags |= GCP_LIGATE;
}
+ if ((fontLanguageInfo & GCP_GLYPHSHAPE) == GCP_GLYPHSHAPE) {
+ dwFlags |= GCP_GLYPHSHAPE;
+ }
if ((flags & CLASSIN) == CLASSIN) {
// set classification values for the substring, classification values
// can be specified on input