diff options
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXGrLayout.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index ed40dedab31..45b92e8ab53 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,8 @@ +2012-03-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * XeTeXGrLayout.h: Declare XeTeXGrTextSource::featureVariations() + required for graphite-2.4. + 2012-02-16 Peter Breitenlohner <peb@mppmu.mpg.de> * xetex.ch: Remove test for end-of-file after undump. diff --git a/Build/source/texk/web2c/xetexdir/XeTeXGrLayout.h b/Build/source/texk/web2c/xetexdir/XeTeXGrLayout.h index 4a055b39583..9d888247ade 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXGrLayout.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXGrLayout.h @@ -186,6 +186,7 @@ public: virtual size_t getFontFeatures(gr::toffset charIndex, gr::FeatureSetting properties[64]); + virtual bool featureVariations() { return false; }; protected: int fDirLevel; const UInt16* fTextBuffer; |