GetFontCodeRanges() (without implementation)
This commit is contained in:
parent
291adc7e83
commit
93d1c84d30
1 changed files with 9 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: salgdi3.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: th $ $Date: 2001-07-02 20:42:12 $
|
||||
* last change: $Author: th $ $Date: 2001-07-06 16:18:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1158,6 +1158,13 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs )
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
int CALLBACK SalEnumFontsProcExA( const ENUMLOGFONTEXA* pLogFont,
|
||||
const NEWTEXTMETRICEXA* pMetric,
|
||||
DWORD nFontType, LPARAM lParam )
|
||||
|
|
Loading…
Reference in a new issue