Issue 77524 - Implement AquaSalGraphics::GetFontEncodingVector( ImplFontData* pFont, const std::map< sal_Unicode, rtl::OString >** ppNonEncoded )
Summary: Implement AquaSalGraphics::GetFontEncodingVector( ImplFontData* pFont, const ...
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m211
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: hdu@apache.org
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-05-19 02:26 UTC by msicotte
Modified: 2007-07-16 15:49 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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