Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Image
Image.TTF

Method Image.TTF.`()()


Method `()

object Image.TTF.`()(string filename)
object Image.TTF.`()(string filename, mapping options)

Description

Makes a new TTF Face object.

Parameter filename

The filename of the TTF font or the TTC font collection.

Parameter options

advanced options:
    "face":int
        If opening a font collection,  '.TTC',
        this is used to get other fonts than the first.

Returns

0 if failed.