Whether to adjust the font size for a Flex client.

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

Syntax

C#
public bool AdjustFontSize { get; set; }
Visual Basic
Public Property AdjustFontSize As Boolean
	Get
	Set

Field Value

Default is falseFalsefalsefalse (False in Visual Basic)

Remarks

If set to trueTruetruetrue (True in Visual Basic) the font will be divided by the factor specified in FontSizeFactor 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