#81268# dummy implementation for SalGraphics:GetFontCodeRanges()
This commit is contained in:
parent
8537bea760
commit
4cd18919dd
2 changed files with 20 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
*
|
||||
* $RCSfile: salgdi.cxx,v $
|
||||
*
|
||||
* $Revision: 1.54 $
|
||||
* last change: $Author: pluby $ $Date: 2001-03-13 09:44:47 $
|
||||
* $Revision: 1.55 $
|
||||
* last change: $Author: hdu $ $Date: 2001-07-09 16:09:25 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* 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 )
|
||||
{
|
||||
if ( pList != NULL )
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue