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