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