assetFontNameFromNodeId static method
Extract the font family name from an asset font node ID. Returns null if the node ID is not an asset font node.
Implementation
static String? assetFontNameFromNodeId(String nodeId) =>
_assetFont.extractKey(nodeId);