interface StyleSettings {
    atomAndPropertiesFont: string;
    atomLabelSize: number;
    boldBondWidth: number;
    bondHashSpacing: number;
    bondLength: number;
    bondMarginWidth: number;
    bondSpacingRatio: number;
    bondWidth: number;
    journalStyleName?: string;
}

Properties

atomAndPropertiesFont: string
atomLabelSize: number
boldBondWidth: number
bondHashSpacing: number
bondLength: number
bondMarginWidth: number
bondSpacingRatio: number
bondWidth: number
journalStyleName?: string

Generated using TypeDoc