Class TOutlineFont
Unit
CastleOutlineFonts
Declaration
type TOutlineFont = 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 2013-08-17 21:27:13
|