Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface KoreanTypographyConfig

    Korean typography configuration

    interface KoreanTypographyConfig {
        fontFamily: string;
        letterSpacing: string;
        lineHeight: number;
        wordBreak: "normal" | "break-all" | "keep-all" | "break-word";
        wordWrap: "normal" | "break-word";
    }
    Index

    Properties

    fontFamily: string
    letterSpacing: string
    lineHeight: number
    wordBreak: "normal" | "break-all" | "keep-all" | "break-word"
    wordWrap: "normal" | "break-word"