Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface IHosannaRenderableFont

    Interface for a renderable font that can be converted to a font string.

    interface IHosannaRenderableFont {
        toFontString(): string;
    }
    Index

    Methods

    Methods

    • Converts the font to a string representation suitable for rendering.

      Returns string

      The font as a string.