| Entry | |
|---|---|
| R1 | Pointer to control terminated font name |
| R2 | X points x 16 |
| R3 | Y points x 16 |
| R4 | X DPI, or 0 for default |
| R5 | Y DPI, or 0 for default |
| Exit | |
|---|---|
| R0 | Font handle |
| R4 | X DPI |
| R5 | Y DPI |
This purpose of this call is to return a handle for the given font name, and make it the current font.
When the font is no longer required, Font_LoseFont should be used. If R1 points to a string that does not contain any ‘\’ characters it is assumed to be a font name. Otherwise it is treated as a font identifier.