ToolsAPI.Editor.INTACodeEditorOptions280.FontStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontStyles[Kind: TOTASyntaxCode]: TFontStyles read GetFontStyles;

C++

__property System::Uitypes::TFontStyles FontStyles[Toolsapi::TOTASyntaxCode Kind] = {read=GetFontStyles};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorOptions280

Description

Determines the font style, whether the font is normal, italic, underline, and so on inside the Code Editor.

Use the FontStyles property to add special characteristics to font characters.

See Also