Page 1 of 1

[slvd]is there any way to speed up bitmap font loading?

Posted: Wed Nov 25, 2009 03:37
by Cloudage

Code: Select all

22/11/2009 15:53:04 (Std)    Started creation of Font from XML specification:
22/11/2009 15:53:04 (Std)    ---- CEGUI font name: MSYH_10
22/11/2009 15:53:04 (Std)    ----       Font type: Pixmap
22/11/2009 15:53:04 (Std)    ----     Source file: MSYH_10.imageset in resource group: (Default)
22/11/2009 15:53:04 (Std)    Started creation of Imageset from XML specification:
22/11/2009 15:53:04 (Std)    ---- CEGUI Imageset name: MSYH_10
22/11/2009 15:53:04 (Std)    ---- Source texture file: MSYH_10.png in resource group: (Default)
22/11/2009 15:53:29 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
22/11/2009 15:53:30 (Std)    ===== Look and feel parsing completed =====


it takes 25 seconds,it`s too long...

Re: is there any way to speed up bitmap font loading?

Posted: Wed Nov 25, 2009 04:33
by Cloudage
and through a more detailed log i see defining every 900 images for a font imageset will take 1 second,this caused a very long font loading time.can we speed this up?

Re: is there any way to speed up bitmap font loading?

Posted: Thu Nov 26, 2009 04:00
by Cloudage
forget this.the release build doesnt have such a issue.it`s only in the debug build.