
    j5j                    T    d Z ddlmZ ddlmZ ddlmZmZmZ ddl	m
Z
 ddlmZ g dZy)	ar  Font management for OCRmyPDF PDF rendering.

This module provides font infrastructure for the fpdf2 PDF renderer. It includes:

- FontManager: Base class for font loading and glyph checking
- FontProvider: Protocol and implementations for font discovery
- MultiFontManager: Automatic font selection for multilingual documents
- SystemFontProvider: System font discovery
    )annotations)FontManager)BuiltinFontProviderChainedFontProviderFontProvider)MultiFontManager)SystemFontProvider)r   r   r   r   r   r	   N)__doc__
__future__r   ocrmypdf.font.font_managerr   ocrmypdf.font.font_providerr   r   r    ocrmypdf.font.multi_font_managerr   "ocrmypdf.font.system_font_providerr	   __all__     L/var/www/html/qr/venv/lib/python3.12/site-packages/ocrmypdf/font/__init__.py<module>r      s+    # 2 
 > Ar   