Advertisement
Guest User

Untitled

a guest
Jun 24th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Index: qt-everywhere-opensource-src-4.7.4/src/3rdparty/harfbuzz/src/harfbuzz-thai.c
  2. ===================================================================
  3. --- qt-everywhere-opensource-src-4.7.4.orig/src/3rdparty/harfbuzz/src/harfbuzz-thai.c 2015-06-23 18:38:36.906722307 +0200
  4. +++ qt-everywhere-opensource-src-4.7.4/src/3rdparty/harfbuzz/src/harfbuzz-thai.c 2015-06-23 18:41:11.564777992 +0200
  5. @@ -259,6 +259,7 @@
  6. for (int lgi = 0; lgi < lgn; lgi++) {
  7. if ( rglyphs[lgi] == 0xdd/*TH_BLANK_BASE_GLYPH*/ ) {
  8. glyphString[slen++] = C_DOTTED_CIRCLE;
  9. + item->attributes[slen-1].dontPrint = true; // FIXME this will hide all dotted circle
  10. }
  11. else {
  12. glyphString[slen++] = (HB_UChar16) thai_get_glyph_index (font_type, rglyphs[lgi]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement