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

This extension provides you a complete set of ViewHelpers for dealing with FPDF by using Fluid. You can use the ViewHelpers easily in own Extensions just by defining the fpdf-Namespace. Additionally you're able to use the build in plugin, for displaying predefined PDF. This plugin offers you automatically all available PDFs.

Menu