Method SetSimpleDialogResourceFont
SetSimpleDialogResourceFont(String, SimpleDialogFileLoadOptions)
Loads a font to be used for writing text in the simple dialog mode.
Declaration
public Error SetSimpleDialogResourceFont(string fileName, SimpleDialogFileLoadOptions loadOption)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
SimpleDialogFileLoadOptions | loadOption | Influences which storage location is to be to searched first. If SelectExistingFileOnPad is chosen and the file exists in the filesystem of the device, the file is loaded from there. |
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
Loading files does not persist them in the filesystem of the device.