2012-08-20 11:17 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/include/hbgtinfo.ch
    + added new hb_gtInfo() action: HB_GTI_UNITRANS
      It allows to set translation table for UNICODE characters

  * harbour/src/rtl/gtwvt/gtwvt.c
  * harbour/src/rtl/gtwvt/gtwvt.h
    + added support for HB_GTI_UNITRANS - due to limited support
      for unicode vlaues in MS-Windows raster fonts it's necessary
      for some custom fonts.

  * harbour/src/rtl/tpersist.prg
    + implemented 2-nd parameter <lIgnoreErrors> in ::LoadFromFile()
      and ::LoadFromText() methods

  * harbour/src/rtl/cdpapi.c
    * indenting
This commit is contained in:
Przemyslaw Czerpak
2012-08-20 09:17:42 +00:00
parent fc210bd5db
commit 3e5d6da1bd
6 changed files with 97 additions and 39 deletions

View File

@@ -151,6 +151,8 @@
#define HB_GTI_FONTATTRIBUTE 67 /* Get/set font attribute */
#define HB_GTI_UNITRANS 68 /* set translation table for UNICODE characters */
/* Font weights */
#define HB_GTI_FONTW_THIN 1
#define HB_GTI_FONTW_NORMAL 2