Dart.Emulation Namespace > Vt Class : Font Property |
<DefaultValueAttribute()> Public Overrides Property Font As Font
[DefaultValue()] public override Font Font {get; set;}
[DefaultValue()] public: __property Font* get_Font() override; public: __property void set_Font( Font* value ) override;
[DefaultValue()] public: property Font^ Font { Font^ get() override; void set ( Font^ value) override; }
The default value is 10-point Lucida Console font.
When the Encoding property is set to something other than the default value of Encoding.ASCII, this property should be set to a font (including "script") that can display the anticipated character set.
Font should be set to a fixed-width font. Variable width fonts will not display well due to the cell-based nature of the VT display. Wider characters will extend into neighbor cells, while cells with slimmer characters will include large areas of empty space.