pango-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ObjectScale factors.ConstructorDefault constructorFieldSystem.Double1.2The scale factor for one magnification step (1.2).FieldSystem.Double1The scale factor for normal size (1.0).FieldSystem.Double1024Represents the scale between dimensions used for Pango distances and device units.The definition of device units is dependent on the output device; it will typically be pixels for a screen, and points for a printer. This is currently 1024, but this may be changed in the future. When setting font sizes, device units are always considered to be points (as in "12 point font"), rather than pixels.FieldSystem.Double0.8333333333333The scale factor for one shrinking step (1 / 1.2).FieldSystem.Obsolete("Replaced by XLarge")System.Double1.4399999999999Obsolete alias for .FieldSystem.Obsolete("Replaced by XSmall")System.Double0.6444444444444Obsolete alias for .FieldSystem.Double1.4399999999999The scale factor for two magnification steps (1.2 * 1.2).FieldSystem.Double0.6444444444444The scale factor for two shrinking steps (1 / (1.2 * 1.2)).FieldSystem.Obsolete("Replaced by XXLarge")System.Double1.728Obsolete alias for .FieldSystem.Obsolete("Replaced by XXSmall")System.Double0.5787037037037Obsolete alias for .FieldSystem.Double1.728The scale factor for three magnification steps (1.2 * 1.2 * 1.2).FieldSystem.Double0.5787037037037The scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)).