{"id":19362420,"url":"https://github.com/moisam/fontopia-mirror","last_synced_at":"2026-04-19T14:33:59.117Z","repository":{"id":250382784,"uuid":"834314624","full_name":"moisam/fontopia-mirror","owner":"moisam","description":"Mirror of https://cvs.savannah.gnu.org/viewvc/fontopia/","archived":false,"fork":false,"pushed_at":"2024-07-30T22:29:03.000Z","size":1010,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T14:51:25.503Z","etag":null,"topics":["bdf","console","editor","font","fonteditor","fontopia","gnu","gnudos","pcf","psf","terminal"],"latest_commit_sha":null,"homepage":"https://www.gnu.org/software/fontopia/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moisam.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T23:21:13.000Z","updated_at":"2025-08-27T20:17:27.000Z","dependencies_parsed_at":"2024-07-31T02:07:04.967Z","dependency_job_id":null,"html_url":"https://github.com/moisam/fontopia-mirror","commit_stats":null,"previous_names":["moisam/fontopia-mirror"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moisam/fontopia-mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisam%2Ffontopia-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisam%2Ffontopia-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisam%2Ffontopia-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisam%2Ffontopia-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisam","download_url":"https://codeload.github.com/moisam/fontopia-mirror/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisam%2Ffontopia-mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277483275,"owners_count":25825559,"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-09-29T02:00:09.175Z","response_time":84,"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":["bdf","console","editor","font","fonteditor","fontopia","gnu","gnudos","pcf","psf","terminal"],"created_at":"2024-11-10T07:28:17.682Z","updated_at":"2025-09-29T07:32:43.342Z","avatar_url":"https://github.com/moisam.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \n#    Copyright 2015, 2016, 2017, 2018, 2024 \n#    (c) Mohammed Isam Mohammed [mohammed_isam1984@yahoo.com]\n# \n#    file: README\n#    This file is part of fontopia.\n#\n#    fontopia is free software: you can redistribute it and/or modify\n#    it under the terms of the GNU General Public License as published by\n#    the Free Software Foundation, either version 3 of the License, or\n#    (at your option) any later version.\n#\n#    fontopia is distributed in the hope that it will be useful,\n#    but WITHOUT ANY WARRANTY; without even the implied warranty of\n#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n#    GNU General Public License for more details.\n#\n#    You should have received a copy of the GNU General Public License\n#    along with fontopia.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n#    \n\nAbout:\n======\nFontopia is an easy-to-use, text-based, console font editor.\nWhat this means in simple English is that you can edit the fonts\nthat your GNU/Linux kernel is using to display your text on\ntext-based (vs graphical) terminals.\n\nUnlike other console text editors which usually work on one PSF\nversion, or work on unicode tables only, or allow very minimal glyph\nediting, fontopia provides all these functions together:\n- It works on both PSF 1 \u0026 2, you can even change file type and save\n  it to disk in the other version.\n- It allows exporting and importing of unicode tables from external\n  files.\n- It provides a user-friendly, easy-to-use glyph editor.\n- It can easily change font metrics, e.g. length, width, height...\n\nConsole font files are commonly of PSF type (of which there are two\nversions), or of CP type (legacy fonts). Fontopia works with PSF files\nof both versions, as well as CP fonts, BDF files and raw font files.\n\nPackage dependencies:\n=====================\nFontopia needs the GnuDOS and ncurses packages in order to run. Furthermore, \nif you are going to compile Fontopia from the source, you will need the \nfollowing header files: dialogs.h, kbd.h and screen.h. These files are part of\nthe GnuDOS package. If you don't have GnuDOS installed on your system, \nyou can download the sources from https://ftp.gnu.org/gnu/gnudos/, \ncompile and install them, then retry running or compiling Fontopia.\n\nAlternatively, if you are using an RPM-based distro, you can download and \ninstall the RPM from places like: https://pkgs.org/download/gnudos.\nAdditionally, Fedora, CentOS and RHEL users can use yum/dnf to install \nGnuDOS from the official repos. (Note: if you are installing GnuDOS \nfrom an RPM repo, and you want to compile Fontopia from the source, you \nwill need to install the 'gnudos-devel' package in addition to the 'gnudos' \npackage. The former package includes the above header files, which are \nneeded to compile Fontopia from the source).\n\nSupported formats:\n==================\n- PSF 1 and 2\n- Linux Code pages (CP)\n- Raw fonts\n- BDF fonts (beta)\n- PCF font and Windows FON files support are under development\n\nWARNING:\n========\n(1) There is a major downside currently: fontopia doesn't work with unicode\n    sequences properly (at least not in all cases). If you export a unicode\n    table, edit it, and then import it to a fontfile, you should be safe.\n(2) Note that if you changed the font version from CP to any other version,\n    only the ACTIVE font will be changed, as the other font formats (PSF,\n    Raw, BDF) don't support multiple fonts inside the same font file. In this\n    case, you will need to open the original CP file multiple times, every\n    time select a different font size (by using '1'-'4' number keys) and\n    convert to the new font version, then reopen the original CP file, select\n    another font size, convert it, and so on.\n\nNavigation:\n===========\nUsing the editor is very easy:\n(1)  Navigate the glyphs on the right side window using the arrow keys. Edit\n     a single glyph using ENTER (or TAB).\n(2)  Navigate the bits that form a single bit (on the left side window)\n     using arrow keys. Press ENTER or SPACE to set/unset the desired bit. Go\n     back to right window (glyph list) using TAB.\n(3)  To zoom in (make the glyph on the left look bigger), press Z.\n(4)  To zoom out, press X.\n(5)  To open a new file, press CTRL+O.\n(6)  To create a new font from scratch, press CTRL+N.\n(7)  To save your work, press CTRL+S.\n(8)  To save with a new filename, press CTRL+D (aka Save As..).\n(9)  To quit the editor, press CTRL+Q.\n(10) To show help, press CTRL+H.\n(11) To copy a glyph, press CTRL+C.\n(12) To cut a glyph, press CTRL+X.\n(13) To paste a glyph, press CTRL+V.\n(14) To show about dialog box, press A.\n(15) To switch buffer mode (on/off), press CTRL+B.\n(16) To clear a glyph (i.e. remove all bits), press C.\n(17) To invert a glyph, press D.\n(18) To export font unicode table (by default to a file with same original\n     file name plus .tab extension), press E.\n(19) To flip a glyph horizontally, press H.\n(20) To import unicode table from another file, press I.\n(21) To show these keys without the extra jargon, press K.\n(22) To show font metrics window, press M.\n(23) To change codepage of a CP font, press P.\n     If font is in BDF format, P shows properties (or metadata).\n(24) To remove unicode table from font, press CTRL+R.\n(25) To set a glyph (i.e. set all bits), press S.\n(26) To show font unicode table, press U.\n(27) To flip a glyph vertically, press V.\n(28) To export font glyphs in textual format (by default to a file with\n     same original file name plus .glyph extension), press W.\n     You can alternatively export glyphs to a C source file by pressing CTRL+W.\n(29) If editing a CP font and you want to change the active font (e.g.\n     edit the 8x8 font instead of the 16x8 font you are currently editing)\n     press any key from '1' to '4' and the respective font will be the\n     active font to be edited. You can go back and forth by using the\n     number keys.\n\nThe unicode values that are mapped to a specific glyph are shown on the\nstatus bar (the bottom strip) to the right side.\n\nThat should make you ready to move around and edit your fonts. Have fun!.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisam%2Ffontopia-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisam%2Ffontopia-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisam%2Ffontopia-mirror/lists"}