mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
ICU-4598 document typoFlags API in LayoutEngine.h
X-SVN-Rev: 17978
This commit is contained in:
parent
a728f80b93
commit
4be8ad8b24
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ protected:
|
|||
* @param fontInstance - the font for the text
|
||||
* @param scriptCode - the script for the text
|
||||
* @param languageCode - the language for the text
|
||||
* @param typoFlags - the typographic control flags for the text. Set bit 1 if kerning
|
||||
* is desired, set bit 2 if ligature formation is desired. Others are reserved.
|
||||
*
|
||||
* @see LEFontInstance
|
||||
* @see ScriptAndLanguageTags.h
|
||||
|
|
Loading…
Add table
Reference in a new issue