Skip to main navigation Skip to main content Skip to page footer

How to add a missing € character to a font

  1. Open Font with FontForge
  2. Menu -> View -> Goto -> search for 'Euro'
  3. Copy character 8364
  4. Select character 128 and paste the copied € character
  5. Menu -> Encoding -> Reencode -> ISO 8859-1
  6. Select character 128 -> right click on 'Glyph Info' -> enter 'Euro' in 'Glyph Name' and press 'Set From Name'
  7. Menu -> File -> Generate Fonts -> save as .ttf

Attention: While generating the FPDF font with makefont, select cp1250!

Perform the same actions for adding a bullet:

  1. Menu -> View -> Goto -> search for 'Bullet'
  2. Copy character 8226
  3. Select character 149 and paste the copied character
  4. Select character 128 -> right click on 'Glyph Info' -> enter 'bullet' in 'Glyph Name' and press 'Set From Name'
Documentation

TYPO3 Fluid-FPDF by coding.ms

This extension provides a comprehensive set of ViewHelpers for working with FPDF in Fluid. By defining the fpdf namespace, you can generate PDFs directly in your own TYPO3 extensions. It also includes a built-in plugin for rendering predefined PDFs, automatically exposing all available PDF definitions. Additional features include barcode generation, text rotation, PDF/A-3b support, as well as ZUGFeRD and Factur-X compatibility (e-invoice).

Menu