Difference between revisions of "Reference: MSEgui/TFont"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "=TFont= work in progress The font of text. Ancestor of classes like TWidgetFont; ==Reference== ===Hierarchy=== * TObject * TPersistent * TVirtualPersistent * TNullInter...")
 
Line 20: Line 20:
 
===Properties===
 
===Properties===
  
 +
====Colors====
 +
 +
You can specify the Color of the text and it's background color. If you can select text on the widget (for example at TMemoEdit), you can also sepcify the Color of the selected text and it's background color.
 +
 +
[[Image:msegui_font_colors.png‎]]
  
 
===Methods===
 
===Methods===

Revision as of 23:51, 14 December 2015

TFont

work in progress

The font of text. Ancestor of classes like TWidgetFont;

Reference

Hierarchy

  • TObject
  • TPersistent
  • TVirtualPersistent
  • TNullInterfacedPersistent
  • TLinkedPersistent
  • TLinkedOptionalPersistent
  • TFont


Properties

Colors

You can specify the Color of the text and it's background color. If you can select text on the widget (for example at TMemoEdit), you can also sepcify the Color of the selected text and it's background color.

msegui font colors.png

Methods

Events