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