The factor to adjust the fond size with.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public double FontSizeFactor { get; set; }
Visual Basic
Public Property FontSizeFactor As Double
	Get
	Set

Field Value

Default is 0.75

Remarks

If AdjustFontSize is set to trueTruetruetrue (True in Visual Basic) the font will be divided by this factor when writing and multiplied by it when reading. This is necessary because .NET treats the font size as Points (1/72 inch) while Flex handles the font size as Pixel (1/96 inch).

See Also