summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctfonts.cxx
AgeCommit message (Expand)Author
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21IsSymbolFont means that its a Windows Symbol EncodingCaolán McNamara
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: unify skew for artificial italicKhaled Hosny
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-06vcl: cleanup CoreTextFontFace() a bitKhaled Hosny
2022-11-06loplugin:unusedvariablecheckStephan Bergmann
2022-11-02vcl: add PhysicalFontFace::GetVariations()Khaled Hosny
2022-10-29vcl: fix memory leak in CoreTextFontFace::GetHbTable()Khaled Hosny
2022-10-29vcl: fold CoreTextFontFace::GetFonTtable into its only userKhaled Hosny
2022-10-29vcl: simplify how CoreTextFont stores CTFontRefKhaled Hosny
2022-10-29vcl: rename CoreTextStyle to CoreTextFontKhaled Hosny
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin
2022-10-11loplugin:loopvartoosmallStephan Bergmann
2022-10-01tdf#72456: Support font embedding on macOSKhaled Hosny
2022-10-01vcl: Remove unused AquaSalGraphics::GetRawFontData()Khaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-09-02vcl: set hb_font_t variations from CTFontKhaled Hosny
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-10tdf#144757 - fixed fonts not shown in font listChris Sherlock
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-03-21tdf#128276 Font names are not localized on macOS CatalinaTomofumi Yagi
2020-01-03Avoid -Werror,-Wdeprecated-enum-float-conversionStephan Bergmann
2019-12-06loplugin:redundantcast (macOS)Stephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny
2019-04-21tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-21loplugin:redundantinlineStephan Bergmann
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-06OSX use font cache based glyph rect cacheJan-Marek Glogowski
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-17loplugin:cstylecastStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-11drop PhysicalFontFace::CloneNoel Grandin