diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-06-27 12:36:10 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-06-27 12:36:10 +0000 |
commit | 3940037b1267d8304d28333f6029b8d5a9edce9f (patch) | |
tree | 69eafb7460a952bc5266d1c4a89328f42a6cfab7 /psprint/inc | |
parent | 71f91566b2f75a68a377101ddc3d8d1dd90610e4 (diff) |
#85520# more support for TrueType localized family names
Diffstat (limited to 'psprint/inc')
-rw-r--r-- | psprint/inc/psprint/fontmanager.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx index 7ac409af5b04..1c8860c8637b 100644 --- a/psprint/inc/psprint/fontmanager.hxx +++ b/psprint/inc/psprint/fontmanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fontmanager.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-06-26 19:25:20 $ + * last change: $Author: pl $ $Date: 2001-06-27 13:36:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ */ // forward declarations - namespace utl { class MultiAtomProvider; } // see unotools/atom.hxx namespace psp { @@ -345,6 +344,8 @@ class PrintFontManager void getFontAttributesFromXLFD( PrintFont* pFont, const ByteString& rXLFD ) const; bool analyzeFontFile( int nDirID, const ::rtl::OString& rFileName, bool bReadFile, const ::std::list< ::rtl::OString >& rXLFDs, ::std::list< PrintFont* >& rNewFonts ) const; + ::rtl::OUString convertTrueTypeName( void* pNameRecord ) const; // actually a NameRecord* formt font subsetting code + ::rtl::OUString analyzeTrueTypeFamilyName( void* pTTFont ) const; // actually a TrueTypeFont* from font subsetting code bool analyzeTrueTypeFile( PrintFont* pFont ) const; // finds the FIRST id for this font file; there may be more // for TrueType collections |