Type Alias TextFormattingState

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