Commit c3cb7fd1 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.1.175) unhandle uncorrect font

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53940 954022d7-b5bf-4e40-9824-e11837661b57
parent 7b56752a
......@@ -44,6 +44,10 @@ CFontFile *CFreeTypeFontFile::LoadFont(CFreeTypeFontEngine *pEngine, wchar_t *ws
if ( FT_Open_Face( pEngine->m_pLibrary, &oOpenArgs, lIndex, &pFace ) )
//if ( FT_New_Face( pEngine->m_pLibrary, W2A( wsFileName ), lIndex, &pFace ) )
{
if ( pBaseAddress )
UnmapViewOfFile( pBaseAddress );
CloseHandle( hMapFile );
CloseHandle( hFile );
return NULL;
}
......
......@@ -2,6 +2,6 @@
//1
//0
//1
//174
#define INTVER 1,0,1,174
#define STRVER "1,0,1,174\0"
//175
#define INTVER 1,0,1,175
#define STRVER "1,0,1,175\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment