mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
kerning is required for OS X too
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c145e0de0c
commit
7f872f3160
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ QFontEngineGlyphCache *QFontEngine::glyphCache(void *key, QFontEngineGlyphCache:
|
|||
return 0;
|
||||
}
|
||||
|
||||
#if defined(Q_WS_WIN) || defined(Q_WS_X11)
|
||||
#if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined(Q_WS_MAC)
|
||||
static inline QFixed kerning(int left, int right, const QFontEngine::KernPair *pairs, int numPairs)
|
||||
{
|
||||
uint left_right = (left << 16) + right;
|
||||
|
|
Loading…
Add table
Reference in a new issue