Свойство | Type | Description | |
---|---|---|---|
m_dFontSize | Double | ||
m_oTypeface | System.Windows.Media.Typeface |
Méthode | Description | |
---|---|---|
AssertValid ( ) : void | ||
CreateFormattedText ( String text, Color color, Double graphScale ) : System.Windows.Media.FormattedText | ||
CreateFormattedText ( String text, Color color, Double dFontSize, Double graphScale ) : System.Windows.Media.FormattedText | ||
FormattedTextManager ( ) : System |
Initializes a new instance of the FormattedTextManager class.
|
|
SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void |
public CreateFormattedText ( String text, Color color, Double graphScale ) : System.Windows.Media.FormattedText | ||
text | String | |
color | Color | |
graphScale | Double | |
Résultat | System.Windows.Media.FormattedText |
public CreateFormattedText ( String text, Color color, Double dFontSize, Double graphScale ) : System.Windows.Media.FormattedText | ||
text | String | |
color | Color | |
dFontSize | Double | |
graphScale | Double | |
Résultat | System.Windows.Media.FormattedText |
public SetFont ( System.Windows.Media.Typeface typeface, Double fontSize ) : void | ||
typeface | System.Windows.Media.Typeface | |
fontSize | Double | |
Résultat | void |