aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextStyleAttribute.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-16On Cocoa implement more values of font weight and stretch.Neil Hodgson1-33/+55
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-2/+9
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-2/+2
2020-02-09Standardise header guard names and use.Neil1-2/+2
2017-06-08Indented consistently by using astyle.Neil1-24/+14
2011-08-07Support a range of weights on Cocoa.nyamatongwe1-1/+2
2011-07-11Fix memory leaks for font and color objects.nyamatongwe1-0/+1
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe1-1/+1
2011-07-10If requested font can't be created use same font without bold or italic.nyamatongwe1-1/+16
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe1-111/+34
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+142