Type Alias TIISymbolChar

TIISymbolChar: {
    bounds: TBox;
    color: string;
    fontSize: number;
    fontWeight: "normal" | "bold";
    id: string;
    label: string;
}