summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/source/gdi/salgdi3.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/vcl/os2/source/gdi/salgdi3.cxx b/vcl/os2/source/gdi/salgdi3.cxx
index 0876f5c4f606..387b7fdd7401 100644
--- a/vcl/os2/source/gdi/salgdi3.cxx
+++ b/vcl/os2/source/gdi/salgdi3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi3.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:34 $
+ * last change: $Author: hdu $ $Date: 2001-07-09 16:05:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -539,6 +539,14 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs )
// -----------------------------------------------------------------------
+ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const
+{
+ // TODO: try to get the necessary info
+ return 0;
+}
+
+// -----------------------------------------------------------------------
+
void SalGraphics::GetDevFontList( ImplDevFontList* pList )
{
PFONTMETRICS pFontMetrics;