API Reference
Class
Primary
Base styling library used across documents.
Inheritance
- Object
- Primary
Constructors
Methods
LoadFont 2 overloads
LoadFont(System.String fontFamily, System.String fontFilePath) #Loads a custom font file and adds it to the library styles.
Parameters
- fontFamily System.String
- Font family name.
- fontFilePath System.String
- Path to the font file.
LoadFont(System.String fontFamily, System.IO.Stream fontStream, System.String extension) #Loads a custom font stream and adds it to the library styles.
Parameters
- fontFamily System.String
- Font family name.
- fontStream System.IO.Stream
- Stream containing the font.
- extension System.String
- Font file extension.