Documentation

PostScriptGlyphs
in package

Class PostScriptGlyphs

Table of Contents

Methods

getCodePoint()  : int|null
getGlyphs()  : array<string|int, mixed>
The mapping tables have been converted from https://github.com/OpenPrinting/cups-filters/blob/master/fontembed/aglfn13.c, part of the OpenPrinting/cups-filters package, which itself is licensed under the MIT license and lists this specific code part as: Copyright 2008,2012 Tobias Hoffmann under the Expat license (https://www.gnu.org/licenses/license-list.html#Expat)

Methods

getCodePoint()

public static getCodePoint(mixed $glyph) : int|null
Parameters
$glyph : mixed
Return values
int|null

getGlyphs()

The mapping tables have been converted from https://github.com/OpenPrinting/cups-filters/blob/master/fontembed/aglfn13.c, part of the OpenPrinting/cups-filters package, which itself is licensed under the MIT license and lists this specific code part as: Copyright 2008,2012 Tobias Hoffmann under the Expat license (https://www.gnu.org/licenses/license-list.html#Expat)

public static getGlyphs() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results