Source code for simvx.core.text

"""Text rendering system with MSDF (Multi-Channel Signed Distance Field) support."""

from .font import Font, GlyphMetrics
from .msdf import BitmapAtlas, MSDFAtlas

__all__ = ["BitmapAtlas", "Font", "GlyphMetrics", "MSDFAtlas"]