mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +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
|
||||
InitializeFreetype(FreeTypeDLL);
|
||||
//InitializeFreetype(FreeTypeDLL); - do not load DLL in initialization, it is loaded when needed in ftfont.InitEngine
|
||||
|
||||
finalization
|
||||
ReleaseFreetype;
|
||||
|
Loading…
Reference in New Issue
Block a user