
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
github.com/gravestench/font_table
Advanced tools
Package for transcoding font table files used in Diablo II.
Report Bug
·
Request Feature
The font table transcoder for Diablo II is a Go package that provides functionality to decode and encode font table files used in the popular game Diablo II.
This package also includes both command-line and graphical applications, extending its utility and ease of use.
Before using the applications found in cmd/, ensure that you have installed
Go 1.16 or a later version, and that your Go environment is correctly
set up. To install the applications successfully, you will also need to define
$GOBIN and add it to your $PATH environment variable. Here's how you can
do it:
export GOBIN=$HOME/.gobin
mkdir -p $GOBIN
PATH=$PATH:$GOBIN
Once $GOBIN is defined and added to your $PATH, you can easily build and
install all apps located in cmd/ with the following commands:
# Clone the repository and navigate to the directory
git clone http://github.com/gravestench/font
cd font
# Build and install inside $GOBIN
go build ./cmd/...
go install ./cmd/...
With the installation completed, you should now be able to run the applications
inside cmd/ directly from the command-line, such as font-view.
The Font repository follows a similar project structure to other transcoder
libraries. The ~/pkg/ directory houses the core font transcoder library,
while ~/cmd/ includes subdirectories for each CLI/GUI application that can be
compiled.
Contributions to the project are highly appreciated. If you wish to contribute, follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.