{"id":13744513,"url":"https://github.com/vis4/as3hyphenation","last_synced_at":"2025-05-09T03:32:10.511Z","repository":{"id":66111278,"uuid":"2342746","full_name":"vis4/as3hyphenation","owner":"vis4","description":"ActionScript port of the famous Javascript text hyphenation library Hyphenator.js","archived":false,"fork":false,"pushed_at":"2011-09-07T16:34:58.000Z","size":505,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-29T02:02:18.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vis4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-07T16:10:17.000Z","updated_at":"2018-12-05T21:36:54.000Z","dependencies_parsed_at":"2023-02-19T22:45:39.350Z","dependency_job_id":null,"html_url":"https://github.com/vis4/as3hyphenation","commit_stats":null,"previous_names":["gka/as3hyphenation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3hyphenation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3hyphenation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3hyphenation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3hyphenation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vis4","download_url":"https://codeload.github.com/vis4/as3hyphenation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224811021,"owners_count":17373902,"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","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":[],"created_at":"2024-08-03T05:01:10.953Z","updated_at":"2024-11-15T16:31:03.706Z","avatar_url":"https://github.com/vis4.png","language":"ActionScript","readme":"as3hyphenation\n==============\n\nas3-hyphenation is a partial port of the javascript library Hyphenator.js by Mathias Nater (mathias at mnn dot ch), which is also released under GNU LGPL.\n\nUsage\n-----\n\nStep 1: Initialize hyphenation language\n\n\tHyphenator.languages['de'] = new HyphenationPattern_DE();\n\nStep 2: Prepare a text field\n\n\tvar tf:TextField = new TextField();\n\ttf.text = 'Lorem Ipsum dolor....';\n\ttf.width= 200;\n\ttf.wordWrap = true;\n\ttf.autoSize = 'left';\n\nStep 3: Hyphenate the text field\n\n\tHyphenator.hyphenateTextField('de', tf);\n\t\nThat's it!\n\nOriginal copyright notice\n-------------------------\n\nHyphenator X.Y.Z - client side hyphenation for webbrowsers \nCopyright (C) 2010  Mathias Nater, Zürich (mathias at mnn dot ch)\nProject and Source hosted on http://code.google.com/p/hyphenator/","funding_links":[],"categories":["Utilities"],"sub_categories":["Text"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvis4%2Fas3hyphenation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvis4%2Fas3hyphenation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvis4%2Fas3hyphenation/lists"}