php-font-lib icon indicating copy to clipboard operation
php-font-lib copied to clipboard

A library to read, parse, export and make subsets of different types of font files.

Results 30 php-font-lib issues
Sort by recently updated
recently updated
newest added

Since https://github.com/dompdf/dompdf/pull/2799, DomPdf does not use this autoloader anymore. Instead, we rely entirely on composer so that we have the freedom to add any dependencies without adding any burden for...

This is a follow-up to my previous [issue](https://github.com/dompdf/php-font-lib/issues/108#issuecomment-1059280874). I just wonder if there is any plan for saving the subset font on the memory instead of writing it on the...

enhancement

If an outline is created without a non-positive size the raw value is unset. This causes an error in PHP 8.1 when trying to subset the font since there is...

While use one of the Google webfonts: drsugiyama-regular, i noticed that php-font-lib created some really high ascender and descender limits, causing some extra line spacing. (DomPDF use) Link to the...

I have generated a subset font for each font with only the letters from the font's file name. I was going to use these subset TTF files for a preview...

I'm currently searching for a Php Library to convert fonts between various formats, my immediate need is to convert TTF to both WOFF and EOT. I wanted to post an...

enhancement

Hi! I want to get the string associated with the Mac Entry id 2? I tried different things but I dont get it. getNameTableString() only returns Win entries?

enhancement

Would it be possible to also add support for WOFF2 by utilizing https://github.com/kjdev/php-ext-brotli (if available)?

The LICENSE file lists LGPL-2.1 as the license but the composer.json lists it as LGPL-3.0. Which one is it? Generating a list with metasyntactical/composer-plugin-license-check uses the composer.json file an thus...