{"id":16086437,"url":"https://github.com/estebanlm/pharo-pango","last_synced_at":"2025-07-23T02:05:34.664Z","repository":{"id":76083312,"uuid":"110104798","full_name":"estebanlm/pharo-pango","owner":"estebanlm","description":"A small library to handle pango fonts within Pharo","archived":false,"fork":false,"pushed_at":"2018-10-10T10:03:46.000Z","size":6,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T14:42:12.659Z","etag":null,"topics":["pango","pharo"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/estebanlm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-09T11:06:11.000Z","updated_at":"2018-10-10T10:03:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c62deb4-d9d5-4c02-b9e7-89acbb12ab4c","html_url":"https://github.com/estebanlm/pharo-pango","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/estebanlm/pharo-pango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-pango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-pango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-pango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-pango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanlm","download_url":"https://codeload.github.com/estebanlm/pharo-pango/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-pango/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266604009,"owners_count":23954725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pango","pharo"],"created_at":"2024-10-09T13:13:16.584Z","updated_at":"2025-07-23T02:05:34.640Z","avatar_url":"https://github.com/estebanlm.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pharo-pango\nA library to manage [pango fonts](http://www.pango.org) within [Pharo](http://pharo.org)\n\n# Usage\nThis is made for macOS for the moment (adding linux and windows support should be trivial).  \n\n### Prerequisites \nyou need to have pango installed on your system: \n\n- macOS: `sudo port install pango`\n- linux: ...\n- windows: ...\n\n### Installing\n```Smalltalk\nMetacello new \n\trepository: 'github://estebanlm/pharo-pango/src';\n\tbaseline: 'Pango';\n\tload.\n```\n**WARNING:** Since this is just an experiment and it uses cairo as backend, you need to modify `CairoLibrary` to point to the same version of cairo pango uses. In macOS, I made this: \n\n```Smalltalk \nCairoLibrary\u003e\u003emacModuleName\n\t^ '/opt/local/lib/libcairo.dylib'\n```\n\n### Trying it\nYou can execute the examples:\n\n```Smalltalk\nPangoExamples example1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fpharo-pango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanlm%2Fpharo-pango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fpharo-pango/lists"}