mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 05:40:20 +02:00
fcl-image: do not load freetype DLL in initialization, it is loaded when needed in ftfont.pp InitEngine
git-svn-id: trunk@43334 -
This commit is contained in:
parent
c92340af39
commit
7c661e9d0d
@ -25,7 +25,7 @@ uses sysutils, dynlibs;
|
|||||||
|
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
InitializeFreetype(FreeTypeDLL);
|
//InitializeFreetype(FreeTypeDLL); - do not load DLL in initialization, it is loaded when needed in ftfont.InitEngine
|
||||||
|
|
||||||
finalization
|
finalization
|
||||||
ReleaseFreetype;
|
ReleaseFreetype;
|
||||||
|
Loading…
Reference in New Issue
Block a user