disable WSS when 4:3 letterbox or 4:3 panscan is selected and "WSS on 4:3"
[vuplus_dvbapp] / lib / gdi / font.h
index 6cc238d..dbecd49 100644 (file)
@@ -74,8 +74,10 @@ public:
 #define GS_ISSPACE  1
 #define GS_ISFIRST  2
 #define GS_USED                        4
-
 #define GS_INVERT   8
+#define GS_SOFTHYPHEN 16
+#define GS_HYPHEN   32
+#define GS_CANBREAK (GS_ISSPACE|GS_SOFTHYPHEN|GS_HYPHEN)
 
 struct pGlyph
 {