Get characters available in TrueType using PHP

How to get a list of all characters available in a TrueType font? using php.

+5
source share
2 answers

PHP doesn't seem to have an extension that works directly with FreeType , the current open source library for working with TrueType fonts.

You may need to lay out the appropriate library in another language, for example Perl Font :: FreeType :: Glyph , which will allow you to ask each font if it has a particular glyph representation.

PHP C.

+2

, , 4- . , RangeShift, endCode segCount, Pad , startCode, idDelta idRangeOffset segCount.

. . , , . , .

+1

All Articles