aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextLayout.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-21Backport: Remove CGContextRef field in QuartzTextLayout as it is only used ↵Neil Hodgson1-15/+6
in draw method where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout could lead to it being used after being invalidated. Backport of changeset 6963:a8774d6100a6.
2018-04-22Backport: Reduce casts by moving casting from char* to UInt8* into ↵Neil Hodgson1-3/+3
QuartzTextLayout::SetText and adding helper TextStyleFromFont to cast from Font to QuartzTextStyle. Backport of changeset 6729:2d72313a7d6d.
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed ↵Neil Hodgson1-1/+1
initializers,
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-13/+13
Parameter names added to method declarations.
2011-07-10Display and measure text in different encodings.nyamatongwe1-2/+10
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe1-94/+56
Contributed by Elizabeth Irizarry of Adobe with some modifications by Neil Hodgson.
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+141