salgdi3.cxx (3e2b3359) salgdi3.cxx (f958b5f1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 823 unchanged lines hidden (view full) ---

832 Ft2DeleteSetId( mhPS, mhFonts[i] );
833 mhFonts[ i ] = 0;
834 }
835#endif
836 mhDefFont = 0;
837 return 0;
838 }
839
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 823 unchanged lines hidden (view full) ---

832 Ft2DeleteSetId( mhPS, mhFonts[i] );
833 mhFonts[ i ] = 0;
834 }
835#endif
836 mhDefFont = 0;
837 return 0;
838 }
839
840#if OSL_DEBUG_LEVEL>1
840#if OSL_DEBUG_LEVEL>10
841 debug_printf( "Os2SalGraphics::SetFont\n");
842#endif
843
844 DBG_ASSERT( pFont->mpFontData, "WinSalGraphics mpFontData==NULL");
845 mpOs2FontEntry[ nFallbackLevel ] = reinterpret_cast<ImplOs2FontEntry*>( pFont->mpFontEntry );
846 mpOs2FontData[ nFallbackLevel ] = static_cast<const ImplOs2FontData*>( pFont->mpFontData );
847
848 ImplDoSetFont( pFont, mfFontScale, nFallbackLevel);

--- 1002 unchanged lines hidden ---
841 debug_printf( "Os2SalGraphics::SetFont\n");
842#endif
843
844 DBG_ASSERT( pFont->mpFontData, "WinSalGraphics mpFontData==NULL");
845 mpOs2FontEntry[ nFallbackLevel ] = reinterpret_cast<ImplOs2FontEntry*>( pFont->mpFontEntry );
846 mpOs2FontData[ nFallbackLevel ] = static_cast<const ImplOs2FontData*>( pFont->mpFontData );
847
848 ImplDoSetFont( pFont, mfFontScale, nFallbackLevel);

--- 1002 unchanged lines hidden ---