#81268# dummy implementation for SalGraphics:GetFontCodeRanges()

This commit is contained in:
Herbert Duerr 2001-07-09 15:09:25 +00:00
parent 8537bea760
commit 4cd18919dd
2 changed files with 20 additions and 4 deletions

View file

@ -2,8 +2,8 @@
* *
* $RCSfile: salgdi.cxx,v $ * $RCSfile: salgdi.cxx,v $
* *
* $Revision: 1.54 $ * $Revision: 1.55 $
* last change: $Author: pluby $ $Date: 2001-03-13 09:44:47 $ * last change: $Author: hdu $ $Date: 2001-07-09 16:09:25 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -1297,6 +1297,14 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs,
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const
{
// TODO: try to get the necessary info from Aqua
return 0;
} // SalGraphics::GetFontCodeRanges
// -----------------------------------------------------------------------
void SalGraphics::GetDevFontList( ImplDevFontList *pList ) void SalGraphics::GetDevFontList( ImplDevFontList *pList )
{ {
if ( pList != NULL ) if ( pList != NULL )

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: salgdi3.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * 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 ) void SalGraphics::GetDevFontList( ImplDevFontList* pList )
{ {
PFONTMETRICS pFontMetrics; PFONTMETRICS pFontMetrics;