Method fontld
| Improve this Doc View Sourcefontld(Int32)
plfontld: Load Hershey fonts
Declaration
public void fontld(Int32 fnt)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fnt | Specifies the type of Hershey fonts to load. A zero value specifies Hershey fonts with the standard character set and a non-zero value (the default assumed if plfontld is never called) specifies Hershey fonts with the extended character set. |
Remarks
Loads the Hershey fonts used for text and symbols. This routine may be called before or after initializing PLplot. If not explicitly called before PLplot initialization, then by default that initialization loads Hershey fonts with the extended character set. This routine only has a practical effect for devices that still use Hershey fonts (as opposed to modern devices that use unicode-aware system fonts instead of Hershey fonts).