Class LPControl.TSLDisplayFont

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(4 intermediate revisions by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit LPControl|LPControl]]
 
'''Unit:''' [[Unit LPControl|LPControl]]
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLDisplayFont : [[Class TFont|Mitov.SignalLab.Font]]
+
'''public ref class''' DisplayFont : [[Class TFont|Mitov.SignalLab.Font]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Display Font property type.  
+
Defines platform (VCL or FireMonkey) specific font.  
  
 
== Description ==
 
== Description ==
Defines Display Font property type.
+
Defines a class for platform (VCL or FireMonkey) specific
 
+
font inheriting from the corresponding VCL or FireMonkey
Sets the default settings for the pen color and style.
+
hierarchy.
  
 
== Properties ==
 
== Properties ==
 +
 +
=== Published ===
 +
*[[Property LPControl.TSLDisplayFont.Color|Color]]
  
 
=== Public ===
 
=== Public ===
 +
*[[Property LPControl.TSLDisplayFont.Charset|Charset]]
 +
*[[Property LPControl.TSLDisplayFont.Style|Style]]
 
*[[Property LPControl.TSLDisplayFont.Family|Family]]
 
*[[Property LPControl.TSLDisplayFont.Family|Family]]
  
Line 44: Line 49:
  
 
=== Public ===
 
=== Public ===
*[[Method procedure LPControl.TSLDisplayFont.SetUniSize(Integer)|procedure SetUniSize(ASize : Integer)]]
+
*[[Method procedure LPControl.TSLDisplayFont.SetColorDefault(TLPControlColor)|procedure SetColorDefault(AValue : TLPControlColor)]]
 +
*[[Method procedure LPControl.TSLDisplayFont.SetStyleDefault(TFontStyles)|procedure SetStyleDefault(AValue : TFontStyles)]]
 +
*[[Method procedure LPControl.TSLDisplayFont.SetFamilyDefault(String)|procedure SetFamilyDefault(AValue : String)]]
 +
*[[Method procedure LPControl.TSLDisplayFont.SetSizeDefault(Integer)|procedure SetSizeDefault(ASize : Integer)]]
 +
*[[Method procedure LPControl.TSLDisplayFont.SetUniSizeDefault(Integer)|procedure SetUniSizeDefault(ASize : Integer)]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:29, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: Mitov.BasicLab

Unit: LPControl

Inherits: TFont

Contents

Syntax

Delphi:

type TSLDisplayFont = class( TFont )

C++ Builder:

class TSLDisplayFont : public TFont

Visual C++ (MFC):

class CTSLDisplayFont : public CLPComponent

C# (.NET):

public ref class DisplayFont : Mitov.SignalLab.Font

Summary

Defines platform (VCL or FireMonkey) specific font.

Description

Defines a class for platform (VCL or FireMonkey) specific font inheriting from the corresponding VCL or FireMonkey hierarchy.

Properties

Published

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox