View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002137 | NoesisGUI | C# SDK | public | 2021-10-05 19:30 | 2021-10-06 11:52 |
| Reporter | AndreN | Assigned To | jsantos | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.1.1 | ||||
| Target Version | 3.1 | ||||
| Summary | 0002137: Better FontProvider API to allow easier reloading | ||||
| Description | Hello This feature request is an outcome of a forum discussion. When implementing a font provider for hot reloading, it is very hard to trigger the hot reloading with the method RaiseFontChanged(...), since it takes a lot of arguments (font name, weight, stretch and style), which are usually unknown to the font provider. The font provider previously just opened the file as stream and hand it over to the Noesis API, thus it does not even know the name of the font, just the folder and filename. It would be great to enhance the API in a way, that it is easier to implement font providers for hot reloading. I could imagine two ways of doing it: Maybe you have even better ideas. Thanks in advance. | ||||
| Platform | Any | ||||