Eulergraph
    Preparing search index...

    Type Alias TextFormattingState

    type TextFormattingState = {
        fontFamily: string;
        fontSize: number;
        lineHeight: number;
        textAlignment: TextAlignment | null;
        textColor: string;
        verticalAlignment: VerticalAlignment | null;
    }
    Index

    Properties

    fontFamily: string
    fontSize: number
    lineHeight: number
    textAlignment: TextAlignment | null
    textColor: string
    verticalAlignment: VerticalAlignment | null