summaryrefslogtreecommitdiff
path: root/vcl/inc/impfont.hxx
AgeCommit message (Expand)Author
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-02-22loplugin:unusedfields in vclNoel Grandin
2017-10-08Make Color a forward declarationChris Sherlock
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-06-01loplugin:unusedmethodsNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-04-25tdf#62525 vcl: use cow_wrapper for fontXisco Fauli
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02vcl: minor formattingChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-29vcl: move mnOrientation down header fileChris Sherlock
2016-01-29vcl: rename ImplFont::mnKerning to ImplFont::meKerningChris Sherlock
2016-01-29vcl: update comment about mbConfigLookupChris Sherlock
2016-01-29vcl: more harmonization of ImplFont and FontAttributesChris Sherlock
2016-01-29vcl: move NoAsk() functions to own grouping in impfont.hxx headerChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-25vcl: header cleanup of impfont.hxxChris Sherlock
2016-01-23vcl: add size property to the ImplFont classChris Sherlock
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock
2016-01-22vcl: add orientation flag property to Font classChris Sherlock
2016-01-22vcl: add font map names to Font classChris Sherlock
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock
2016-01-20vcl: add built in font property functions to Font classChris Sherlock
2016-01-20vcl: add more property functions to FontChris Sherlock
2016-01-20vcl: fix comments in impfont.hxxChris Sherlock
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock
2016-01-15vcl: make constructors of ImplFont explicitChris Sherlock
2016-01-14vcl: remove unnecessary headers in impfont.hxxChris Sherlock
2016-01-14vcl: split off ImplFontMetric into impfontmetric.hxxChris Sherlock
2016-01-14vcl: ImpFontMetric and FontMetric no longer friends with OutputDeviceChris Sherlock
2016-01-14vcl: Create mutator for bullet offset attribute in FontMetricChris Sherlock
2016-01-14vcl: Create mutator for slant attribute in FontMetricChris Sherlock
2016-01-14vcl: Create mutator for line height attribute in FontMetricChris Sherlock
2016-01-13vcl: Create accessor and mutator for ascent and descent in FontMetricChris Sherlock
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2016-01-13vcl: remove ImplFontMetrics::mnMiscFlags as no longer usedChris Sherlock
2016-01-13vcl: ImplFontMetric - all uses of enum now removedChris Sherlock
2016-01-13vcl: Create accessor and mutator for builtin font flag in FontMetricChris Sherlock
2016-01-13vcl: Create accessor and mutator for full stop centered in FontMetricChris Sherlock
2016-01-13vcl: format enum in ImplFontMetric to make it easier to rebaseChris Sherlock
2016-01-13vcl: Create accessor and mutator for font scaling in FontMetricChris Sherlock
2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock