Class tftglyphs
Unit
Declaration
type tftglyphs = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- tftglyphs
Overview
Fields
| Protected | fheight: int32; |
| Protected | fascent: int32; |
| Protected | fascent64: int32; |
| Protected | fdescent: int32; |
| Protected | fglyphheight: int32; |
| Protected | flinespacing: int32; |
Methods
| Protected | function internalgetglyph(const abitmap: tmaskedbitmap; const achar: card32; const arot: real; const aframe: framety; const acolor: colorty; const acell: boolean): boolean; |
| Public | constructor create(const afontfile: filenamety; const afontindex: int32; const aheight: int32); |
| Public | destructor destroy(); override; |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const acolor: colorty = cl_text): boolean; |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const aframe: framety; const acolor: colorty = cl_text): boolean; |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const arotation: real; const aframe: framety; const acolor: colorty = cl_text): boolean; |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const acolor: colorty = cl_text): boolean; |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const aframe: framety; const acolor: colorty = cl_text): boolean; |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const arotation: real; const aframe: framety; const acolor: colorty = cl_text): boolean; |
Properties
| Public | property height: int32 read fheight write setheight; |
| Public | property ascent: int32 read fascent; |
| Public | property descent: int32 read fdescent; |
| Public | property glyphheight: int32 read fglyphheight; |
| Public | property linespacing: int32 read flinespacing; |
Description
Fields
| Protected | fheight: int32; |
|
This item has no description. | |
| Protected | fascent: int32; |
|
This item has no description. | |
| Protected | fascent64: int32; |
|
This item has no description. | |
| Protected | fdescent: int32; |
|
This item has no description. | |
| Protected | fglyphheight: int32; |
|
This item has no description. | |
| Protected | flinespacing: int32; |
|
This item has no description. | |
Methods
| Protected | function internalgetglyph(const abitmap: tmaskedbitmap; const achar: card32; const arot: real; const aframe: framety; const acolor: colorty; const acell: boolean): boolean; |
|
This item has no description. | |
| Public | constructor create(const afontfile: filenamety; const afontindex: int32; const aheight: int32); |
|
This item has no description. | |
| Public | destructor destroy(); override; |
|
This item has no description. | |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const aframe: framety; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
| Public | function getglyph(const abitmap: tmaskedbitmap; const achar: card32; const arotation: real; const aframe: framety; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const aframe: framety; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
| Public | function getcell(const abitmap: tmaskedbitmap; const achar: card32; const arotation: real; const aframe: framety; const acolor: colorty = cl_text): boolean; |
|
This item has no description. | |
Properties
| Public | property height: int32 read fheight write setheight; |
|
This item has no description. | |
| Public | property ascent: int32 read fascent; |
|
This item has no description. | |
| Public | property descent: int32 read fdescent; |
|
This item has no description. | |
| Public | property glyphheight: int32 read fglyphheight; |
|
This item has no description. | |
| Public | property linespacing: int32 read flinespacing; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.