Class TOutlineFontData
Unit
CastleOutlineFontData
Declaration
type TOutlineFontData = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Description
Fields
Methods
 |
function Descend: Single; |
Calculate the height below the font baseline. This calculates the descend really simply ,as the height of letter "y" minus height of the letter "a". This will work Ok (and fast) for normal fonts.
|
 |
function RowHeight: Single; |
Calculate row height. Simply, as the height of 'Mg' string.
|
 |
function TextWidth(const s: string): Single; |
|
 |
function TextHeight(const s: string): Single; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:43
|