class Fontist::Indexes::BaseFontCollectionIndex

Base class for font collection indexes

Provides common functionality for managing font indexes using SystemIndexFontCollection with different path loaders.

Subclasses must implement:

## Singleton Pattern

All index classes use Singleton to ensure consistent state across the application and enable caching.