{"id":13424538,"url":"https://github.com/tomolt/libschrift","last_synced_at":"2026-01-18T04:36:57.465Z","repository":{"id":37473158,"uuid":"253033401","full_name":"tomolt/libschrift","owner":"tomolt","description":"A lightweight TrueType font rendering library","archived":false,"fork":false,"pushed_at":"2024-03-25T19:26:35.000Z","size":1850,"stargazers_count":498,"open_issues_count":20,"forks_count":35,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-15T18:51:02.214Z","etag":null,"topics":["c","library","suckless","truetype"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomolt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-04-04T15:34:02.000Z","updated_at":"2025-03-06T12:59:52.000Z","dependencies_parsed_at":"2024-06-21T16:49:03.984Z","dependency_job_id":"4707b02a-cd94-4ad3-9f55-22f9b6c209a9","html_url":"https://github.com/tomolt/libschrift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tomolt/libschrift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomolt%2Flibschrift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomolt%2Flibschrift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomolt%2Flibschrift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomolt%2Flibschrift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomolt","download_url":"https://codeload.github.com/tomolt/libschrift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomolt%2Flibschrift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["c","library","suckless","truetype"],"created_at":"2024-07-31T00:00:55.840Z","updated_at":"2026-01-18T04:36:57.441Z","avatar_url":"https://github.com/tomolt.png","language":"C","funding_links":["https://www.buymeacoffee.com/tomolt"],"categories":["Font","Graphics","C"],"sub_categories":[],"readme":"libschrift\n==========\n*libschrift* is a lightweight TrueType font rendering library.\n\nlibschrift aims to:\n- Be as simple and easy-to-use as possible.\n  See: \u003chttps://www.suckless.org/philosophy/\u003e\n- Make correct (as in artifact-free, Unicode-aware etc.)\n  font rendering easy to achieve.\n- Be reasonably secure, which especially means to not crash,\n  leak memory / resources or expose major security\n  vulnerabilities on corrupted / malicious / random inputs.\n\nFeatures\n--------\n- Unicode support\n- Very small! (~1500 LoC)\n- No dependencies on anything other than the C standard library\n  (POSIX / WINAPI are only used for memory mapping, which is not essential)\n- Compatible with any C99 compiler\n- Highly portable! Some versions have been tested on\n  Linux, OpenBSD, FreeBSD, Windows, iOS, and macOS!\n\nLimitations\n-----------\n- Unicode is the only supported text encoding.\n- Support for most TrueType (.ttf) and certain OpenType (.otf) fonts.\n  No bitmap or PostScript fonts.\n- No hinting. Especially no auto-hinting as found in FreeType2.\n- No color emojis.\n\nBuilding\n--------\nOn **Unix-like systems** including Mac OS, you can use `make \u0026\u0026 make install`\nto install libschrift as a system-wide library. Since it is statically linked,\nyou only need the library files for development.\nUsers of your projects do not need to install libschrift.\n\nOn **Windows**, you can either use the provided MSVC project,\nor compile with make via MSYS, or simply compile manually.\n\n**Alternatively**, you can always copy-paste `schrift.c` and `schrift.h` into your\nown projects source folder.\n\nDocumentation\n-------------\nFor documentation on how to use libschrift in your own projects,\nrefer to the *schrift(3)* man page,\nthe source code of the bundled *demo*,\nas well as the header file *schrift.h*.\n\nYou can view the man page in your browser at\n\u003chttp://tomolt.github.io/libschrift/\u003e\n\nProgress\n--------\nIn terms of both security and performance, libschrift is already pretty solid.\nHowever, it is still missing some important features, like right-to-left text support.\n\nVisual Quality\n--------------\nA screenshot of the demo program:\n![demo screenshot](resources/demo-screenshot.png)\n\nContributing\n------------\nBug Reports, Suggestions, Questions, Criticism, Pull Requests and Patches are all welcome!\n\nYou can also support the project by buying me (Thomas Oltmann) a coffee, if you'd like:\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.buymeacoffee.com/tomolt\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomolt%2Flibschrift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomolt%2Flibschrift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomolt%2Flibschrift/lists"}