... | ... | @@ -187,7 +187,7 @@ For the sample of the basic shaping engine, please refer to: |
|
|
|
|
|
Note that, to use the complex shaping engine, you need to compile MiniGUI
|
|
|
with the option `--enable-complexscripts`, and HarfBuzz should be installed
|
|
|
in your system. Also note that, you should use TrueType fonts with the
|
|
|
in your system. Also note that, you should use OpenType fonts with the
|
|
|
complex shaping engine.
|
|
|
|
|
|
For the sample of the complex shaping engine, please refer to:
|
... | ... | @@ -266,6 +266,5 @@ for the following layout flags: |
|
|
When you use the basic shaping engine, only `GRF_TEXT_ORIENTATION_UPRIGHT`
|
|
|
flag is supported, and the basic shaping engine can not support scripts
|
|
|
which need to re-position the glyphs, such as Indic, Tibetan. For this
|
|
|
purpose, you must use the complex shaping engine with TrueType/OpenType fonts.
|
|
|
|
|
|
purpose, you must use the complex shaping engine with OpenType fonts.
|
|
|
|