hasFamily static method

bool hasFamily(
  1. String family
)

Whether any font variant is registered for the given family name.

Implementation

static bool hasFamily(String family) => _registry.containsKey(family);