XpsGlyphsFontRenderingEmSize Property |
Returns/sets the font size in drawing surface units, expressed as a float
in units of the effective coordinate space.
Namespace:
Aspose.Page.XPS.XpsModel
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic float FontRenderingEmSize { get; set; }Public Property FontRenderingEmSize As Single
Get
Set
public:
property float FontRenderingEmSize {
float get ();
void set (float value);
}member FontRenderingEmSize : float32 with get, set
Property Value
Type:
Single
See Also