//! Font metrics implementation for FLTK.
//!
//! Provides font measurement capabilities for layout calculations in the FLTK renderer.
use ;
/// Font metrics implementation for FLTK rendering.
///
/// Provides text measurement capabilities for the FLTK renderer to calculate
/// layout dimensions based on text content and font properties.
;