Revit 2026 API
Text |
Height [ft] of the text font, in model space.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double FontHeight { get; }
Public ReadOnly Property FontHeight As Double Get
public: property double FontHeight { double get (); }
member FontHeight : float with get
Property Value
Double
This is the height of the 'M' glyph in the text font.
See Also