[Pharo-project] How to bundle an application with icons?
Hi, Fernando Olivero wrote:
Hi Dimitry , i've did an external icon family importer and manager.
It's in squeaksource, under the name of ExternalIconFamily.
Gofer it squeaksource: 'ExternalIconFamily'; package: 'ExternalIconFamily'; load.
This framework allows importing and managing any external icon family. Once imported , the icon family is reified into the image, as a subclass of ExternalIconFamily. As an example it comes with a tiny subset of the Oxygen icon family imported.
[skip] Thanks a lot. I am currently working on other aspects of the application, but this icon importer will be a great customization tool. I'll definitely give it a try. -- Dimitry Golubovsky Anywhere on the Web
Le 14/01/2011 15:03, Dimitry Golubovsky a écrit :
Hi,
Fernando Olivero wrote:
Hi Dimitry , i've did an external icon family importer and manager.
It's in squeaksource, under the name of ExternalIconFamily.
Gofer it squeaksource: 'ExternalIconFamily'; package: 'ExternalIconFamily'; load.
This framework allows importing and managing any external icon family. Once imported , the icon family is reified into the image, as a subclass of ExternalIconFamily. As an example it comes with a tiny subset of the Oxygen icon family imported.
[skip]
Thanks a lot. I am currently working on other aspects of the application, but this icon importer will be a great customization tool. I'll definitely give it a try.
You may want to take a look at DrGeo, in the DrGIcons class for icons import and handling. Hilaire
participants (2)
-
Dimitry Golubovsky -
Hilaire Fernandes