Class tfonttemplate

Unit

Declaration

type tfonttemplate = class(tpersistenttemplate)

Description

No description available, ancestor tpersistenttemplate description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Fields

Protected fi: basefontinfoty;

Methods

Protected procedure doassignto(dest: tpersistent); override;
Protected function getinfosize: integer; override;
Protected function getinfoad: pointer; override;
Public constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override;

Properties

Published property color: colorty read fi.color write setcolor default cl_default;
Published property colorbackground: colorty read fi.colorbackground write setcolorbackground default cl_default;
Published property colorselect: colorty read fi.colorselect write setcolorselect default cl_default;
Published property colorselectbackground: colorty read fi.colorselectbackground write setcolorselectbackground default cl_default;
Published property shadow_color: colorty read fi.shadow_color write setshadow_color default cl_none;
Published property shadow_shiftx: integer read fi.shadow_shiftx write setshadow_shiftx default 1;
Published property shadow_shifty: integer read fi.shadow_shifty write setshadow_shifty default 1;
Published property gloss_color: colorty read fi.gloss_color write setgloss_color default cl_none;
Published property gloss_shiftx: integer read fi.gloss_shiftx write setgloss_shiftx default -1;
Published property gloss_shifty: integer read fi.gloss_shifty write setgloss_shifty default -1;
Published property grayed_color: colorty read fi.grayed_color write setgrayed_color default cl_default;
Published property grayed_colorshadow: colorty read fi.grayed_colorshadow write setgrayed_colorshadow default cl_default;
Published property grayed_shiftx: integer read fi.grayed_shiftx write setgrayed_shiftx default 1;
Published property grayed_shifty: integer read fi.grayed_shifty write setgrayed_shifty default 1;
Published property height: integer read fi.height write setheight default 0;
Published property width: integer read fi.width write setwidth default 0;
Published property extraspace: integer read fi.extraspace write setextraspace default 0;
Published property style: fontstylesty read fi.style write setstyle default [];
Published property name: string read fi.name write setname;
Published property charset: string read fi.charset write setcharset;
Published property options: fontoptionsty read fi.options write setoptions default [];
Published property xscale: real read fi.xscale write setxscale;

Description

Fields

Protected fi: basefontinfoty;
 

Methods

Protected procedure doassignto(dest: tpersistent); override;
 
Protected function getinfosize: integer; override;
 
Protected function getinfoad: pointer; override;
 
Public constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override;
 

Properties

Published property color: colorty read fi.color write setcolor default cl_default;
 
Published property colorbackground: colorty read fi.colorbackground write setcolorbackground default cl_default;
 
Published property colorselect: colorty read fi.colorselect write setcolorselect default cl_default;
 
Published property colorselectbackground: colorty read fi.colorselectbackground write setcolorselectbackground default cl_default;
 
Published property shadow_color: colorty read fi.shadow_color write setshadow_color default cl_none;
 
Published property shadow_shiftx: integer read fi.shadow_shiftx write setshadow_shiftx default 1;
 
Published property shadow_shifty: integer read fi.shadow_shifty write setshadow_shifty default 1;
 
Published property gloss_color: colorty read fi.gloss_color write setgloss_color default cl_none;
 
Published property gloss_shiftx: integer read fi.gloss_shiftx write setgloss_shiftx default -1;
 
Published property gloss_shifty: integer read fi.gloss_shifty write setgloss_shifty default -1;
 
Published property grayed_color: colorty read fi.grayed_color write setgrayed_color default cl_default;
 
Published property grayed_colorshadow: colorty read fi.grayed_colorshadow write setgrayed_colorshadow default cl_default;
 
Published property grayed_shiftx: integer read fi.grayed_shiftx write setgrayed_shiftx default 1;
 
Published property grayed_shifty: integer read fi.grayed_shifty write setgrayed_shifty default 1;
 
Published property height: integer read fi.height write setheight default 0;
 
Published property width: integer read fi.width write setwidth default 0;
 
Published property extraspace: integer read fi.extraspace write setextraspace default 0;
 
Published property style: fontstylesty read fi.style write setstyle default [];
 
Published property name: string read fi.name write setname;
 
Published property charset: string read fi.charset write setcharset;
 
Published property options: fontoptionsty read fi.options write setoptions default [];
 
Published property xscale: real read fi.xscale write setxscale;
 

Generated by PasDoc 0.16.0.