DrawingFactory Class Properties
In This Topic
For a list of all properties of this type, see
DrawingFactory.
Public Properties
| | Name | Description |
  | Default | Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. |
 | FontProgramsController | Gets or sets the font programs controller that allows to access the font programs. |
  | HasDefault | Gets a value indicating whether Default property is not null. |
 | ScreenResolution | Gets the resolution of the screen, in dots per inch. |
 | UseFallbackFont | Gets or sets a value indicating whether this drawing factory should create font with fallback. |
 | UseSystemFonts | Gets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. |
 | UseSystemFontsAsPrimary | Gets 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. |
  | UseSystemFontsDefaultValue | Gets or sets the default value for UseSystemFonts property. |
See Also