VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class
In This Topic
DrawingFactory Class Properties
In This Topic
For a list of all properties of this type, see DrawingFactory.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK.
Public PropertyGets or sets the font programs controller that allows to access the font programs.
Public Propertystatic (Shared in Visual Basic)Gets a value indicating whether Default property is not null.
Public PropertyGets the resolution of the screen, in dots per inch.
Public PropertyGets or sets a value indicating whether this drawing factory should create font with fallback.
Public PropertyGets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font.
Public PropertyGets or sets a value indicating whether drawing factory is uses system fonts (CreateSystemFont(String,Single,Boolean,Boolean) before fonts from FontProgramsController in CreateFont(String,Single,Boolean,Boolean) method.
Public Propertystatic (Shared in Visual Basic)Gets or sets the default value for UseSystemFonts property.
See Also