# {py:mod}`simvx.core.text.bundled` ```{py:module} simvx.core.text.bundled ``` ```{autodoc2-docstring} simvx.core.text.bundled :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`bundled_font_path ` - ```{autodoc2-docstring} simvx.core.text.bundled.bundled_font_path :summary: ``` * - {py:obj}`bundled_font_licence_path ` - ```{autodoc2-docstring} simvx.core.text.bundled.bundled_font_licence_path :summary: ``` * - {py:obj}`prefer_system_fonts ` - ```{autodoc2-docstring} simvx.core.text.bundled.prefer_system_fonts :summary: ``` * - {py:obj}`configured_font_path ` - ```{autodoc2-docstring} simvx.core.text.bundled.configured_font_path :summary: ``` * - {py:obj}`configured_fallback_fonts ` - ```{autodoc2-docstring} simvx.core.text.bundled.configured_fallback_fonts :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.core.text.bundled.log :summary: ``` * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.core.text.bundled.__all__ :summary: ``` * - {py:obj}`BUNDLED_FONT_FILES ` - ```{autodoc2-docstring} simvx.core.text.bundled.BUNDLED_FONT_FILES :summary: ``` * - {py:obj}`BUNDLED_FACES ` - ```{autodoc2-docstring} simvx.core.text.bundled.BUNDLED_FACES :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.core.text.bundled.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.core.text.bundled.log ``` ```` ````{py:data} __all__ :canonical: simvx.core.text.bundled.__all__ :value: > ['BUNDLED_FACES', 'BUNDLED_FONT_FILES', 'bundled_font_licence_path', 'bundled_font_path', 'configure... ```{autodoc2-docstring} simvx.core.text.bundled.__all__ ``` ```` ````{py:data} BUNDLED_FONT_FILES :canonical: simvx.core.text.bundled.BUNDLED_FONT_FILES :type: dict[str, str] :value: > None ```{autodoc2-docstring} simvx.core.text.bundled.BUNDLED_FONT_FILES ``` ```` ````{py:data} BUNDLED_FACES :canonical: simvx.core.text.bundled.BUNDLED_FACES :type: dict[str, str] :value: > None ```{autodoc2-docstring} simvx.core.text.bundled.BUNDLED_FACES ``` ```` ````{py:function} bundled_font_path(face: str) -> str | None :canonical: simvx.core.text.bundled.bundled_font_path ```{autodoc2-docstring} simvx.core.text.bundled.bundled_font_path ``` ```` ````{py:function} bundled_font_licence_path(face: str) -> str | None :canonical: simvx.core.text.bundled.bundled_font_licence_path ```{autodoc2-docstring} simvx.core.text.bundled.bundled_font_licence_path ``` ```` ````{py:function} prefer_system_fonts(start_dir: str | pathlib.Path | None = None) -> bool :canonical: simvx.core.text.bundled.prefer_system_fonts ```{autodoc2-docstring} simvx.core.text.bundled.prefer_system_fonts ``` ```` ````{py:function} configured_font_path(start_dir: str | pathlib.Path | None = None) -> str | None :canonical: simvx.core.text.bundled.configured_font_path ```{autodoc2-docstring} simvx.core.text.bundled.configured_font_path ``` ```` ````{py:function} configured_fallback_fonts(start_dir: str | pathlib.Path | None = None) -> list[str] :canonical: simvx.core.text.bundled.configured_fallback_fonts ```{autodoc2-docstring} simvx.core.text.bundled.configured_fallback_fonts ``` ````