| Entry | |
|---|---|
| R0 | Font handle |
| R1 | Pointer to buffer |
| R2 | Length of buffer |
| Exit | |
|---|---|
| R0 | Pointer to encoding filename (in buffer) |
| R1 | Pointer to terminating 0 in buffer |
| R2 | Free bytes in buffer |
This purpose of this call is to return the filename of the encoding file, primarily of use to PDriverPS.
The filename form returned differs depending on whether the font has a public or private encoding. The table below shows the filename form for both encoding types.
| Type | Filename |
|---|---|
| Public | font_prefix.Encoding.encoding |
| Private | font_prefix.font_name.Encoding |