[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msedrawtext.pas line 190
function breaklines( |
const canvas: tcanvas; |
var info: drawtextinfoty |
):richstringarty; overload; |
const canvas: tcanvas; |
const text: richstringty; |
const width: Integer; |
font: tfont = Nil |
):richstringarty; overload; |
const canvas: tcanvas; |
const text: msestring; |
const width: Integer; |
font: tfont = Nil |
):msestringarty; overload; |