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
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tpersistenttemplate
- tfonttemplate
Overview
Fields
fi: basefontinfoty; |
Methods
procedure doassignto(dest: tpersistent); override; |
|
function getinfosize: integer; override; |
|
function getinfoad: pointer; override; |
|
constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override; |
Properties
property color: colorty read fi.color write setcolor default cl_default; |
|
property colorbackground: colorty read fi.colorbackground
write setcolorbackground default cl_default; |
|
property colorselect: colorty read fi.colorselect
write setcolorselect default cl_default; |
|
property colorselectbackground: colorty read fi.colorselectbackground
write setcolorselectbackground default cl_default; |
|
property shadow_color: colorty read fi.shadow_color
write setshadow_color default cl_none; |
|
property shadow_shiftx: integer read fi.shadow_shiftx write
setshadow_shiftx default 1; |
|
property shadow_shifty: integer read fi.shadow_shifty write
setshadow_shifty default 1; |
|
property gloss_color: colorty read fi.gloss_color
write setgloss_color default cl_none; |
|
property gloss_shiftx: integer read fi.gloss_shiftx write
setgloss_shiftx default -1; |
|
property gloss_shifty: integer read fi.gloss_shifty write
setgloss_shifty default -1; |
|
property grayed_color: colorty read fi.grayed_color
write setgrayed_color default cl_default; |
|
property grayed_colorshadow: colorty read fi.grayed_colorshadow
write setgrayed_colorshadow default cl_default; |
|
property grayed_shiftx: integer read fi.grayed_shiftx write
setgrayed_shiftx default 1; |
|
property grayed_shifty: integer read fi.grayed_shifty write
setgrayed_shifty default 1; |
|
property height: integer read fi.height write setheight default 0; |
|
property width: integer read fi.width write setwidth default 0; |
|
property extraspace: integer read fi.extraspace write setextraspace
default 0; |
|
property style: fontstylesty read fi.style write setstyle default []; |
|
property name: string read fi.name write setname; |
|
property charset: string read fi.charset write setcharset; |
|
property options: fontoptionsty read fi.options write setoptions default []; |
|
property xscale: real read fi.xscale write setxscale; |
Description
Fields
fi: basefontinfoty; |
|
Methods
procedure doassignto(dest: tpersistent); override; |
|
function getinfosize: integer; override; |
|
function getinfoad: pointer; override; |
|
constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override; |
|
Properties
property color: colorty read fi.color write setcolor default cl_default; |
|
property colorbackground: colorty read fi.colorbackground
write setcolorbackground default cl_default; |
|
property colorselect: colorty read fi.colorselect
write setcolorselect default cl_default; |
|
property colorselectbackground: colorty read fi.colorselectbackground
write setcolorselectbackground default cl_default; |
|
property shadow_color: colorty read fi.shadow_color
write setshadow_color default cl_none; |
|
property shadow_shiftx: integer read fi.shadow_shiftx write
setshadow_shiftx default 1; |
|
property shadow_shifty: integer read fi.shadow_shifty write
setshadow_shifty default 1; |
|
property gloss_color: colorty read fi.gloss_color
write setgloss_color default cl_none; |
|
property gloss_shiftx: integer read fi.gloss_shiftx write
setgloss_shiftx default -1; |
|
property gloss_shifty: integer read fi.gloss_shifty write
setgloss_shifty default -1; |
|
property grayed_color: colorty read fi.grayed_color
write setgrayed_color default cl_default; |
|
property grayed_colorshadow: colorty read fi.grayed_colorshadow
write setgrayed_colorshadow default cl_default; |
|
property grayed_shiftx: integer read fi.grayed_shiftx write
setgrayed_shiftx default 1; |
|
property grayed_shifty: integer read fi.grayed_shifty write
setgrayed_shifty default 1; |
|
property height: integer read fi.height write setheight default 0; |
|
property width: integer read fi.width write setwidth default 0; |
|
property extraspace: integer read fi.extraspace write setextraspace
default 0; |
|
property style: fontstylesty read fi.style write setstyle default []; |
|
property name: string read fi.name write setname; |
|
property charset: string read fi.charset write setcharset; |
|
property options: fontoptionsty read fi.options write setoptions default []; |
|
property xscale: real read fi.xscale write setxscale; |
|
Generated by PasDoc 0.16.0.