'Declaration Public Function New( _
ByVal typefaceThe typeface.As System.Windows.Media.Typeface, _
ByVal sizeThe size, measured in the points (1/72 inch).As Single _
)
public WpfTextFont(
System.Windows.Media.Typeface typeface,
float size
)
public: WpfTextFont(
System.Windows.Media.Typeface* typeface,
float size
)
public:
WpfTextFont(
System.Windows.Media.Typeface^ typeface,
float size
)
Parameters
- typeface
- The typeface.
- size
- The size, measured in the points (1/72 inch).