summaryrefslogtreecommitdiffstats
path: root/include/vcl/font.hxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)2021-03-101-0/+3
* new tools::Degree10 strong typedefNoel Grandin2020-10-211-2/+3
* use tools::Long in vclNoel2020-10-191-4/+5
* flush out unused Font objectsCaolán McNamara2020-01-171-1/+1
* new loplugin:noexceptmoveNoel Grandin2019-08-301-2/+2
* loplugin:unusedfields in vclNoel Grandin2019-02-221-1/+0
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-3/+4
* Implement IsUnderlineAbove in vcl::FontJan-Marek Glogowski2018-10-231-0/+11
* Drop a bunch of font metrics flagsKhaled Hosny2016-11-291-10/+0
* cid#1371168 Missing move assignment operatorNoel Grandin2016-08-291-0/+2
* loplugin:unusedmethods in vclNoel Grandin2016-05-201-1/+0
* tdf#62525 vcl: use cow_wrapper for fontXisco Fauli2016-04-251-3/+4
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-6/+6
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-4/+4
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-2/+2
* vcl: add orientation flag property to Font classChris Sherlock2016-01-221-0/+2
* vcl: add font map names to Font classChris Sherlock2016-01-221-0/+2
* vcl: add subsettable flag property functions to Font classChris Sherlock2016-01-211-0/+2
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-2/+2
* vcl: add embeddable font property functions to Font classChris Sherlock2016-01-211-0/+2
* vcl: add built in font property functions to Font classChris Sherlock2016-01-201-0/+4
* vcl: add more property functions to FontChris Sherlock2016-01-201-0/+2
* vcl: add quality accessor & mutator to FontChris Sherlock2016-01-191-0/+5
* vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtualChris Sherlock2016-01-181-39/+48
* vcl: tabify font.hxxChris Sherlock2016-01-181-2/+2
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-49/+40
* vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtualChris Sherlock2016-01-161-39/+48
* vcl: tabify font.hxxChris Sherlock2016-01-161-2/+2
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* vcl: created accessors and mutators for font classesChris Sherlock2016-01-161-0/+5
* vcl: add symbol and charset accessors and mutators to FontChris Sherlock2016-01-151-0/+3
* vcl: change from Impl_Font to ImplFontChris Sherlock2016-01-121-2/+2
* vcl: promote ImplFontAttributes to FontAttributesChris Sherlock2016-01-101-2/+2
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-2/+2
* fdo#82577: Handle FontNoel Grandin2014-09-181-2/+10
* Cleanup: removed comments and debugging outputmatteocam2014-06-301-5/+0
* Cleaned up code from operations in vclmatteocam2014-06-301-5/+3
* Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam2014-06-301-0/+2
* HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam2014-06-301-0/+5
* Log also the sizeTor Lillqvist2014-05-211-1/+1
* vcl: remove uselees comment from font.hxxTomaž Vajngerl2014-05-151-4/+0
* Remove visual noise from includeAlexander Wilms2014-03-011-2/+2
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-11/+11
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-1/+1
* bool improvementsStephan Bergmann2014-01-231-2/+2
* bool improvementsStephan Bergmann2014-01-211-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-1/+1