Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2290-standardlibrary-chart-object-classes-obj-controls-cchartobjecttext-cchartobjecttextfont.md
T

34 lines
489 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Font (Get Method)
Gets the value of "Font" property.
```
string  Font() const
```
Return Value
Value of "Font" property of the object assigned to the class instance. If there is no object assigned, it returns "".
# Font (Set Method)
Sets new value for "Font" property.
```
bool  Font(
   string  font      // property value
   )
```
Parameters
font
[in]  New value for "Font" property.
Return Value
true - success, false - cannot change the property.