Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
var myFontCollection = [
{ fontName: 'MyFont', fontStyle: 'Regular', fontPath: '../Fonts/Arial.ttf' },
{ fontName: 'MyFont', fontStyle: 'Bold', fontPath: '../Fonts/Ariblk.ttf' },
];
Stimulsoft.Base.StiFontCollection.registerFontConfig(myFontCollection);StiFontCollection.registerFontConfig(config) — maps one fontName to different files per fontStyle.MyFont; the engine picks the right file for each style..ttf files under a shared label.