Examples: Fix loading fonts in LazFreeType example. Patch by Cedric. Issue #0027126.

git-svn-id: trunk@47075 -
This commit is contained in:
bart 2014-12-03 19:28:10 +00:00
parent 51cdfe8e79
commit 61c5ef07e0

View File

@ -12,6 +12,7 @@ object Form1: TForm1
OnDestroy = FormDestroy
OnMouseMove = FormMouseMove
OnPaint = FormPaint
OnShow = FormShow
Position = poDefault
LCLVersion = '1.1'
object Panel_Option: TPanel