Issue 77524

Summary: Implement AquaSalGraphics::GetFontEncodingVector( ImplFontData* pFont, const std::map< sal_Unicode, rtl::OString >** ppNonEncoded )
Product: porting Reporter: msicotte
Component: MacOSXAssignee: hdu <hdu>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m211Keywords: aqua
Target Milestone: OOo 2.3   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---

Description msicotte 2007-05-19 02:26:05 UTC
Implement const std::map< sal_Unicode, sal_Int32 >*
AquaSalGraphics::GetFontEncodingVector( ImplFontData* pFont, const std::map<
sal_Unicode, rtl::OString >** ppNonEncoded )
Comment 1 msicotte 2007-05-19 02:26:29 UTC
keyword
Comment 2 hdu@apache.org 2007-06-27 12:21:50 UTC
reassigning
Comment 3 hdu@apache.org 2007-06-27 12:24:21 UTC
The current implementation which just returns NULL is valid, since there is no known use case yet where 
complete (Type1-)fonts get embedded on MacOSX.
Comment 4 pavel 2007-06-28 07:01:27 UTC
OK, verified in aquavcl01.
Comment 5 hdu@apache.org 2007-07-16 15:49:20 UTC
got into SRC680_m220 => closing