summaryrefslogtreecommitdiff
path: root/vcl/inc/fontinstance.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-16tdf#121486: Correct scale of broken fonts on WindowsKhaled Hosny1-1/+1
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-15loplugin:staticmethods in vclNoel Grandin1-1/+1
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-2/+4
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski1-3/+3
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-0/+1
2018-10-25loplugin:unusedmethodsNoel Grandin1-1/+0
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski1-0/+6
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-4/+4
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-4/+4
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-0/+1
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-6/+3
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-2/+3
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-0/+2
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-0/+40
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-3/+8
2018-01-17loplugin:useuniqueptr in LogicalFontInstanceNoel Grandin1-1/+2
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski1-2/+6
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-4/+10
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-1/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-1/+0
2016-01-29vcl: changes to included vcl headersChris Sherlock1-1/+1
2016-01-27vcl: fix header guards for fontinstance.hxxChris Sherlock1-3/+3
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-1/+1
2016-01-14vcl: cleanup fontinstance.hxx - remove unneeded fwd decls and includesChris Sherlock1-5/+0
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock1-0/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-4/+5
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-1/+1
2016-01-09vcl: rename m_pFontCache to mpFontCache in LogicalFontInstanceChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-0/+69