diff -upr /cygdrive/c/Users/Henner/Downloads/OOSource/OOH680_m12/vcl/inc/vcl/outdev.hxx inc/vcl/outdev.hxx --- /cygdrive/c/Users/Henner/Downloads/OOSource/OOH680_m12/vcl/inc/vcl/outdev.hxx 2007-05-09 13:34:57.000000000 +0000 +++ inc/vcl/outdev.hxx 2008-04-07 06:10:22.773000000 +0000 @@ -1038,6 +1038,9 @@ public: xub_StrLen HasGlyphs( const Font& rFont, const String& rStr, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ) const; + + long GetMinKashida() const; + long GetMinKashida( const Font& rFont ) const; USHORT GetBitCount() const; diff -upr /cygdrive/c/Users/Henner/Downloads/OOSource/OOH680_m12/vcl/inc/vcl/outfont.hxx inc/vcl/outfont.hxx --- /cygdrive/c/Users/Henner/Downloads/OOSource/OOH680_m12/vcl/inc/vcl/outfont.hxx 2007-12-12 13:19:39.000000000 +0000 +++ inc/vcl/outfont.hxx 2008-04-02 20:33:32.488000000 +0000 @@ -332,6 +332,8 @@ public: // TODO: hide members behind acc long mnDStrikeoutSize; // Hoehe von doppelter Durchstreichung long mnDStrikeoutOffset1; // Offset von doppelter Durchstreichung zur Baseline long mnDStrikeoutOffset2; // Offset von doppelter Durchstreichung zur Baseline + long mnMinKashida; // Minimal width of kashida (Arabic) + }; // -----------------