Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically download icons? #8

Open
tinchodias opened this issue May 23, 2023 · 1 comment
Open

Programmatically download icons? #8

tinchodias opened this issue May 23, 2023 · 1 comment

Comments

@tinchodias
Copy link

For the case you are interested:
For fonts, which are far smaller files, I used this way to do it:

ZnClient new
			url: aUrl;
			numberOfRetries: 5;
			timeout: 100;
			logToTranscript;
			downloadTo: downloadDirectory.

-->
https://github.com/pharo-graphics/Alexandrie/blob/3e4bf24b9b26337bddd0f1fb53671cda58825b05/src/Alexandrie-FreeType-Tests/AeDownloadedFont.class.st#L35

@tinchodias
Copy link
Author

Mostly a suggestion, please close the issue when you consider!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant