Class AssetsHelper
Static helper functions for fonts.
public static class AssetsHelper
- Inheritance
-
AssetsHelper
- Inherited Members
Methods
EnsureAssets(string?)
Checks whether the assets folder exists and throws an exception if not.
public static void EnsureAssets(string? path = null)
Parameters
path
stringThe path or null, if the function should use the current folder.
GetAssetsFolder(string?)
Gets the assets folder or null, if no such folder exists.
public static string? GetAssetsFolder(string? path = null)
Parameters
path
stringThe path or null, if the function should use the current folder.