Forum und email

ImagickDraw::setTextEncoding

(No version information available, might be only in CVS)

ImagickDraw::setTextEncoding — Specifies specifies the text code set

Beskrivelse

bool ImagickDraw::setTextEncoding ( string $encoding )
Warning

Denne funktion er på nuværende tidspunkt ikke dokumenteret; kun dens argumenter er til rådighed.

Warning

Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.

Specifies specifies the code set to use for text annotations. The only character encoding which may be specified at this time is "UTF-8" for representing Unicode as a sequence of bytes. Specify an empty string to set text encoding to the system's default. Successful text annotation using Unicode may require fonts designed to support Unicode.

Parameterliste

encoding

the encoding name

Returneringsværdier

Ingen værdi er returneret.