Home
last modified time | relevance | path

Searched refs:aGDIFont (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx141 Font aGDIFont; member in METWriter
1849 if( aGDIFont.GetAlign() != ALIGN_BASELINE) in WriteOrders()
1853 if( aGDIFont.GetAlign()==ALIGN_TOP ) in WriteOrders()
1854 aPt.Y()+=(long)aVDev.GetFontMetric( aGDIFont ).GetAscent(); in WriteOrders()
1856 aPt.Y()-=(long)aVDev.GetFontMetric( aGDIFont ).GetDescent(); in WriteOrders()
1860 METSetColor(aGDIFont.GetColor()); in WriteOrders()
1861 METSetBackgroundColor(aGDIFont.GetFillColor()); in WriteOrders()
1862 METSetChrCellSize(aGDIFont.GetSize()); in WriteOrders()
1863 METSetChrAngle(aGDIFont.GetOrientation()); in WriteOrders()
1864 METSetChrSet(FindChrSet(aGDIFont)); in WriteOrders()
[all …]