https://github.com/takwolf/pcffont-dotnet
A library for manipulating Portable Compiled Format (PCF) Fonts
https://github.com/takwolf/pcffont-dotnet
bitmap-font bitmap-fonts font fonts pcf
Last synced: about 1 year ago
JSON representation
A library for manipulating Portable Compiled Format (PCF) Fonts
- Host: GitHub
- URL: https://github.com/takwolf/pcffont-dotnet
- Owner: TakWolf
- License: mit
- Created: 2025-03-26T11:00:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-26T11:54:53.000Z (about 1 year ago)
- Last Synced: 2025-03-26T12:31:25.909Z (about 1 year ago)
- Topics: bitmap-font, bitmap-fonts, font, fonts, pcf
- Homepage: https://www.nuget.org/packages/PcfFont
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PcfFont.NET
[](https://dotnet.microsoft.com)
[](https://www.nuget.org/packages/PcfFont)
PcfFont is a library for manipulating [Portable Compiled Format (PCF) Fonts](https://en.wikipedia.org/wiki/Portable_Compiled_Format).
## Installation
```shell
dotnet add package PcfFont
```
## Usage
### Create
```csharp
// TODO
```
### Load
```csharp
// TODO
```
## Test Fonts
- [GNU Unifont Glyphs](https://unifoundry.com/unifont/index.html)
- [Spleen](https://github.com/fcambus/spleen)
## References
- [FreeType font driver for PCF fonts](https://github.com/freetype/freetype/tree/master/src/pcf)
- [FontForge - The X11 PCF bitmap font file format](https://fontforge.org/docs/techref/pcf-format.html)
- [The X Font Library](https://www.x.org/releases/current/doc/libXfont/fontlib.html)
- [bdftopcf](https://gitlab.freedesktop.org/xorg/util/bdftopcf)
- [bdftopcf - docs](https://www.x.org/releases/current/doc/man/man1/bdftopcf.1.xhtml)
- [X Logical Font Description Conventions - X Consortium Standard](https://www.x.org/releases/current/doc/xorg-docs/xlfd/xlfd.html)
## License
[MIT License](LICENSE)