mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-21 23:23:39 +08:00
more words
@@ -16,10 +16,10 @@ MiniGUI's font interfaces in version 4.0.0.
|
||||
But this is only a small part of the whole story. To show a text paragraph in
|
||||
complex/mixed scripts, we must implement the complete APIs which conforming
|
||||
to Unicode standards and specifications, including the Unicode
|
||||
Bidirectional Algorithm (UAX #9), Unicode Line Breaking Algorithm
|
||||
(UAX #14), Unicode Normalization Forms (UAX #15), Unicode Script Property
|
||||
(UAX #24), Unicode Text Segmentation (UAX #29), Unicode Vertical
|
||||
Text Layout (UAX #50), and so on.
|
||||
Bidirectional Algorithm (UAX#9), Unicode Line Breaking Algorithm
|
||||
(UAX#14), Unicode Normalization Forms (UAX#15), Unicode Script Property
|
||||
(UAX#24), Unicode Text Segmentation (UAX#29), Unicode Vertical
|
||||
Text Layout (UAX#50), and so on.
|
||||
|
||||
On the basis of full support for Unicode, we provides APIs for laying out,
|
||||
shaping, and rendering the text in complex or mixed scripts.
|
||||
|
||||
Reference in New Issue
Block a user