Directory graphics/pgf/contrib/tikz-decofonts
README.md
tikz-decofonts
A LaTeX package providing simple decoration fonts made with TikZ for short texts (paint brush, ink brush, pixelart brush…) — Un package LaTeX proposant des polices de décoration simples faites avec TikZ pour de courts textes (pinceau, encre, pixelart…)
Installation
The package is available on CTAN and can be installed via your LaTeX distribution's package manager.
Via MiKTeX
- Graphically: open the MiKTeX Console, go to Packages, search for
tikz-decofontsand click Install. - Command line:
mpm.exe --install tikz-decofonts
Via TeX Live / tlmgr
tlmgr install tikz-decofonts
On Linux, you may need to prefix with sudo depending on your installation.
Manual installation
If you want the latest version directly from this repository:
- Download the repository (click Code > Download ZIP, or clone it).
- Place
tikz-decofonts.styin a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/tikz-decofonts/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\tikz-decofonts\ - macOS (MacTeX):
~/Library/texmf/tex/latex/tikz-decofonts/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{tikz-decofonts}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later · CC BY-SA 4.0 |
| CC BY-SA 4.0 (https://tex.stackexchange.com/questions/475141/simulating-paintbrush-strokes-in-tikz from user121799) | |
| CC BY-SA 4.0 (https://tex.stackexchange.com/questions/460836/custom-line-cap-to-simulate-inked-line-in-tikz/460842#460842 from user121799) |
Download the contents of this package in one zip archive (268.1k).
tikz-decofonts – Simple decoration fonts, made with TikZ, for short texts
Some simple “decoration” fonts made with TikZ, for short texts:
- paint brush;
- ink brush;
- pixelart brush;
- bicolor texts;
- ‘surround’ or ‘underline’ effect;
- block of letters texts.
| Package | tikz-decofonts |
| Bug tracker | https://github.com/cpierquet/latex-packages/issues |
| Repository | https://github.com/cpierquet/latex-packages/tree/main/tikz-decofonts |
| Version | 0.1.8 2026-04-29 |
| Licenses | The LaTeX Project Public License 1.3c CC BY-SA 4.0 |
| Maintainer | Cédric Pierquet |
| Contained in | TeX Live as tikz-decofonts MiKTeX as tikz-decofonts |
| Topics | Decor Font PGF TikZ Graphics Amusements |