eraser01: merge with DEV300 m68
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/graphictools.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
#include <i18npool/mslangid.hxx>
|
||||
|
||||
#include <implrenderer.hxx>
|
||||
#include <tools.hxx>
|
||||
@@ -956,6 +957,9 @@ namespace cppcanvas
|
||||
rParms.mrParms.maFontLetterForm.getValue() :
|
||||
(rFont.GetItalic() == ITALIC_NONE) ? 0 : 9;
|
||||
|
||||
LanguageType aLang = rFont.GetLanguage();
|
||||
aFontRequest.Locale = MsLangId::convertLanguageToLocale(aLang, false);
|
||||
|
||||
// setup state-local text transformation,
|
||||
// if the font be rotated
|
||||
const short nFontAngle( rFont.GetOrientation() );
|
||||
|
@@ -50,7 +50,7 @@ LIB1FILES=\
|
||||
|
||||
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
|
||||
SHL1IMPLIB= i$(TARGET)
|
||||
SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CANVASTOOLSLIB) $(CPPUHELPERLIB) $(BASEGFXLIB)
|
||||
SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CANVASTOOLSLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) $(I18NISOLANGLIB)
|
||||
|
||||
.IF "$(debug)$(dbgutil)"!=""
|
||||
SHL1STDLIBS += $(CPPUHELPERLIB)
|
||||
|
Reference in New Issue
Block a user