use crateprint_font_families;
/// Emit a warning when the specified font is not recognized.
///
/// This function is called when a user-specified font is not found in:
/// - Embedded fonts (SVG-safe, bundled);
/// - Built-in monospaced system fonts (OS-dependent).
///
/// It falls back to system font rendering and prints:
/// - List of embedded font families available in the binary;
/// - List of known monospaced system fonts (with optional descriptions);
/// - Recommended fonts for the current platform (macOS, Windows, Linux).
pub