summaryrefslogtreecommitdiff
path: root/vcl/source/font/fontmetric.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-30tdf#116498 Use win metrics for 'DIN Light' fontSamuel Mehrbrodt1-1/+25
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-3/+5
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-11-17tdf#111717 consider CJK vertical writing for underline offsetMark Hung1-1/+4
2017-11-17vcl: clean ImplFontMetricData::ImplInitTextLineSize a little bit.Mark Hung1-15/+18
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-10-03tdf#107605: Fix line height cslculation for broken fontsKhaled Hosny1-5/+9
2017-09-05Resolves: tdf#107249 round ascent/descent/extleading on conversion to intCaolán McNamara1-10/+15
2017-09-05Revert "Resolves: tdf#107249 round ascent/descent/extleading on conversion to...Stephan Bergmann1-15/+10
2017-09-05rename GetTTFontMterics -> GetTTFontMetricsNoel Grandin1-1/+1
2017-09-05Resolves: tdf#107249 round ascent/descent/extleading on conversion to intCaolán McNamara1-10/+15
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-38/+2
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny1-0/+72
2016-09-02coverity#1371325 Missing move assignment operatorCaolán McNamara1-7/+9
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-30/+28
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-02boost::hash->std::hashNoel Grandin1-2/+0
2016-01-15vcl: move metric.cxx to font/fontmetric.cxxChris Sherlock1-34/+184
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-0/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-0/+279