A helper class that holds values for creating FormattedText instances from Typefaces and strings.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(ApplyToMembers = false, StripAfterObfuscation = false, 
	Exclude = true)]
public class TypefaceFormat : ICloneable, 
	IEquatable<TypefaceFormat>
Visual Basic
<ObfuscationAttribute(ApplyToMembers := False, StripAfterObfuscation := False,  _
	Exclude := True)> _
Public Class TypefaceFormat _
	Implements ICloneable, IEquatable(Of TypefaceFormat)

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..TypefaceFormat

See Also