Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w-mai/font2img

A Freetype Playground.
https://github.com/w-mai/font2img

Last synced: 26 days ago
JSON representation

A Freetype Playground.

Awesome Lists containing this project

README

        

# Font2Img

A Freetype Playground.

# How to build

```shell
meson compile -C build
```

# Features

- [ ] Font loading and rendering.
- [x] Load bitmap.
- [ ] Load outline.
- [ ] Load SVG
- [x] Font rendering in the console.

# Snapshot

### Render 龘 in the console with rotation 30 degrees.

```shell
Width: 29
Height: 30
Advance: 49
.
*##. .
*@@#. #@#
#*. .@@ *#@@@
.####@# *##*
.*##. *@#*
*@#. .*##. .#@#*##* *.
@@**##* *##@@* *@#
#@@* *##* *##* @@#.
.@@..##* .##* *##* #@# *##.
#@@*. .##* .##* . *##. *##*
*@@ *##. .*#*. #@* * .##. *##*
*#* *##. .*#@# #@##* .##* .##*
#* ** *##..@@* .@@* *#*. .##* .##
####@ *#. .@@# #@#*#*. *#*. .@#.
.. @* *#*. .#@#.*@@. *@@#. *#*. *##*@@
*#@* ##*. *@* .*#@# #@# .##. *##. *#*
*. *#### @@#. *@###. .##. .##.
.@@#*. .## #@# .##. .@# .##* .##* ..
#@# .##. .#* .## ##* .*#* .##*
*@#*#* #@. #* .#*. ##* .#. .##* .*#*
@@# *#@# *@#.#*.#@. *@##@* .##*. **
#@# *#*.@@ @@#. .## ** *@ .*#* .*#*. #*
.@@ #@* #@# .*#. .*#@. ##.* *#* .*#@@@.
. .*.*@@ .@@.*#. . .* *##@. #@#. .
.*#@. #@#*. .*# #@*#*. *## *@# .##.
@@ .**. *@# .#*. *#* .##.
.##. *. @@.*#* .@@ #* *#*
.##*@# #@#. *@@* #@#*#* .@@.
.. .@# *#**@# .@@#. .#@#
#@* .@@. #@# .*#.
#*.*@# .@@*#*. .**
.#@@ #@#* .#*.
.@@ .**
.##. .#
*#*.*@#
.*#

Process finished with exit code 0

```