FontSettings Class
Contains font related settings which are used when printing, importing or exporting a presentation to a file format that requires font information.
- Inheritance:
- System.
Object FontSettings
Remarks
Setting the custom fonts location is usually used in environments without any installed fonts.
For more information, see the Private Fonts example.
Properties
Fonts
Gets all the fonts loaded in the current application domain that are usable with GemBox.Presentation component.
Property Value
- System.
Collections. <FontGeneric. IList File >
All the fonts loaded in the current application domain that are usable with GemBox.Presentation component.
FontsBaseDirectory
Gets or sets the base directory path where component looks for fonts. Directory path can be absolute or relative to System.
Property Value
- System.
String
The base directory path where component looks for fonts.
FontsBaseResourceLocation
Gets or sets the base resource location where component looks for fonts specified as resources inside the local or referenced assembly.
Property Value
- System.
String
The base resource location where component looks for fonts specified as resources inside the local or referenced assembly.
See Also
FontsBaseUri
Gets or sets the base System.
Property Value
- System.
Uri
The base System.
Events
FontSelection
Occurs when the Font
Event Type
- System.
Event <FontHandler File >Selection Event Args