Gets the em size used for rendering the GlyphRun.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public double FontRenderingEmSize { get; internal set; }
Visual Basic
Public Property FontRenderingEmSize As Double
	Get
	Friend Set
Visual C++
public:
property double FontRenderingEmSize {
	double get ();
	internal: void set (double value);
}

Field Value

The size of the font rendering em.

See Also