Revit 2025.3 API
Text |
Height [ft] of the text font, in model space.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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