aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextLayout.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Feature [feature-requests:#1427] Make Cocoa MeasureWidths andNeil Hodgson1-33/+25
2021-03-26Bug [#2224]. Switch XYPOSITION to double so it has more precision to fixNeil1-1/+1
2021-03-17Change Font to an interface and stop using FontID. Fonts are shared andNeil1-2/+2
2020-02-09Standardise header guard names and use.Neil1-2/+2
2018-05-21If decoding DBCS text fails, use the MacRoman encoding to ensure something isNeil Hodgson1-9/+23
2018-05-21Remove CGContextRef field in QuartzTextLayout as it is only used in draw methodNeil Hodgson1-14/+6
2018-05-14Modernize Platform.h (4) - update Surface to use string_view for text arguments.Neil1-3/+3
2018-04-22Reduce casts by moving casting from char* to UInt8* into QuartzTextLayout::Se...Neil Hodgson1-2/+3
2017-06-08Indented consistently by using astyle.Neil1-41/+32
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed initiali...Neil Hodgson1-1/+1
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
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
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+141