[numberset] Add `wrap_range_prepend'.
[ttfautohint.git] / lib / tablue.dat
blob894207a6f31fd40dcb4b9b9d0f98bd66f7b71935
1 // tablue.dat
2 //
3 // Auto-fitter data for blue strings.
4 //
5 // Copyright (C) 2013-2017 by Werner Lemberg.
6 //
7 // This file is part of the ttfautohint library, and may only be used,
8 // modified, and distributed under the terms given in `COPYING'. By
9 // continuing to use, modify, or distribute this file you indicate that you
10 // have read `COPYING' and understand and accept it fully.
12 // The file `COPYING' mentioned in the previous paragraph is distributed
13 // with the ttfautohint library.
15 // originally file `afblue.dat' (2013-Sep-22) from FreeType */
18 // This file contains data specific to blue zones. It gets processed by
19 // a script to simulate `jagged arrays', with enumeration values holding
20 // offsets into the arrays.
22 // The format of the file is rather simple: A section starts with three
23 // labels separated by whitespace and followed by a colon (everything in a
24 // single line); the first label gives the name of the enumeration template,
25 // the second the name of the array template, and the third the name of the
26 // `maximum' template. The script then fills the corresponding templates
27 // (indicated by `@' characters around the name).
29 // A section contains one or more data records. Each data record consists
30 // of two or more lines. The first line holds the enumeration name, and the
31 // remaining lines the corresponding array data.
33 // There are two possible representations for array data.
35 // - A string of characters or character clusters (for example, representing
36 // Aksharas, Devanagari syllables) in UTF-8 encoding enclosed in double
37 // quotes, using C syntax, where the elements are separated by spaces.
38 // There can be only one string per line, thus the starting and ending
39 // double quote must be the first and last character in the line,
40 // respectively, ignoring whitespace before and after the string. If
41 // there are multiple strings (in multiple lines), they are concatenated
42 // to a single string. In the output, a string gets represented as a
43 // series of singles bytes, followed by a zero byte. The enumeration
44 // values simply hold byte offsets to the start of the corresponding
45 // strings.
47 // For strings, the `maximum' template holds the maximum number of
48 // non-space characters in all strings.
50 // - Data blocks enclosed in balanced braces, which get copied verbatim and
51 // which can span multiple lines. The opening brace of a block must be
52 // the first character of a line (ignoring whitespace), and the closing
53 // brace the last (ignoring whitespace also). The script appends a comma
54 // character after each block and counts the number of blocks to set the
55 // enumeration values.
57 // For data blocks, the `maximum' template holds the maximum number of
58 // array elements.
60 // A section can contain either strings only or data blocks only.
62 // A comment line starts with `//'; it gets removed. A preprocessor
63 // directive line (using the standard syntax of `cpp') starts with `#' and
64 // gets copied verbatim to both the enumeration and the array. Whitespace
65 // outside of a string is insignificant.
67 // Preprocessor directives are ignored while the script computes maximum
68 // values; this essentially means that the maximum values can easily be too
69 // large. Given that the purpose of those values is to create local
70 // fixed-size arrays at compile time for further processing of the blue zone
71 // data, this isn't a problem. Note the the final zero byte of a string is
72 // not counted. Note also that the count holds the number of UTF-8 encoded
73 // characters, not bytes.
76 // The blue zone string data, to be used in the blue stringsets below.
78 TA_BLUE_STRING_ENUM TA_BLUE_STRINGS_ARRAY TA_BLUE_STRING_MAX_LEN:
80 TA_BLUE_STRING_ADLAM_CAPITAL_TOP
81 "𞤌 𞤅 𞤈 𞤏 𞤔 𞤚"
82 TA_BLUE_STRING_ADLAM_CAPITAL_BOTTOM
83 "𞤂 𞤖"
84 TA_BLUE_STRING_ADLAM_SMALL_TOP
85 "𞤬 𞤮 𞤻 𞤼 𞤾"
86 TA_BLUE_STRING_ADLAM_SMALL_BOTTOM
87 "𞤤 𞤨 𞤩 𞤭 𞤴 𞤸 𞤺 𞥀"
89 TA_BLUE_STRING_ARABIC_TOP
90 "ا إ ل ك ط ظ"
91 TA_BLUE_STRING_ARABIC_BOTTOM
92 "ت ث ط ظ ك"
93 // We don't necessarily have access to medial forms via Unicode in case
94 // Arabic presentational forms are missing. The only character that is
95 // guaranteed to have the same vertical position with joining (this is,
96 // non-isolated) forms is U+0640, ARABIC TATWEEL, which must join both
97 // round and flat curves.
98 TA_BLUE_STRING_ARABIC_JOIN
99 "ـ"
101 TA_BLUE_STRING_ARMENIAN_CAPITAL_TOP
102 "Ա Մ Ւ Ս Բ Գ Դ Օ"
103 TA_BLUE_STRING_ARMENIAN_CAPITAL_BOTTOM
104 "Ւ Ո Դ Ճ Շ Ս Տ Օ"
105 TA_BLUE_STRING_ARMENIAN_SMALL_ASCENDER
106 "ե է ի մ վ ֆ ճ"
107 TA_BLUE_STRING_ARMENIAN_SMALL_TOP
108 "ա յ ւ ս գ շ ր օ"
109 TA_BLUE_STRING_ARMENIAN_SMALL_BOTTOM
110 "հ ո ճ ա ե ծ ս օ"
111 TA_BLUE_STRING_ARMENIAN_SMALL_DESCENDER
112 "բ ը ի լ ղ պ փ ց"
114 TA_BLUE_STRING_AVESTAN_TOP
115 "𐬀 𐬁 𐬐 𐬛"
116 TA_BLUE_STRING_AVESTAN_BOTTOM
117 "𐬀 𐬁"
119 TA_BLUE_STRING_BAMUM_TOP
120 "ꚧ ꚨ ꛛ ꛉ ꛁ ꛈ ꛫ ꛯ"
121 TA_BLUE_STRING_BAMUM_BOTTOM
122 "ꚭ ꚳ ꚶ ꛬ ꚢ ꚽ ꛯ ꛲"
124 TA_BLUE_STRING_BENGALI_BASE
125 "অ ড ত ন ব ভ ল ক"
126 TA_BLUE_STRING_BENGALI_TOP
127 "ই ট ঠ ি ী ৈ ৗ"
128 TA_BLUE_STRING_BENGALI_HEAD
129 "ও এ ড ত ন ব ল ক"
131 TA_BLUE_STRING_BUHID_TOP
132 "ᝐ ᝈ"
133 TA_BLUE_STRING_BUHID_LARGE
134 "ᝅ ᝊ ᝎ"
135 TA_BLUE_STRING_BUHID_SMALL
136 "ᝂ ᝃ ᝉ ᝌ"
137 TA_BLUE_STRING_BUHID_BOTTOM
138 "ᝀ ᝃ ᝆ ᝉ ᝋ ᝏ ᝑ"
140 TA_BLUE_STRING_CANADIAN_SYLLABICS_TOP
141 "ᗜ ᖴ ᐁ ᒣ ᑫ ᑎ ᔑ ᗰ"
142 TA_BLUE_STRING_CANADIAN_SYLLABICS_BOTTOM
143 "ᗶ ᖵ ᒧ ᐃ ᑌ ᒍ ᔑ ᗢ"
144 TA_BLUE_STRING_CANADIAN_SYLLABICS_SMALL_TOP
145 "ᓓ ᓕ ᓀ ᓂ ᓄ ᕄ ᕆ ᘣ"
146 TA_BLUE_STRING_CANADIAN_SYLLABICS_SMALL_BOTTOM
147 "ᕃ ᓂ ᓀ ᕂ ᓗ ᓚ ᕆ ᘣ"
148 TA_BLUE_STRING_CANADIAN_SYLLABICS_SUPS_TOP
149 "ᐪ ᙆ ᣘ ᐢ ᒾ ᣗ ᔆ"
150 TA_BLUE_STRING_CANADIAN_SYLLABICS_SUPS_BOTTOM
151 "ᙆ ᗮ ᒻ ᐞ ᔆ ᒡ ᒢ ᓑ"
153 TA_BLUE_STRING_CARIAN_TOP
154 "𐊧 𐊫 𐊬 𐊭 𐊱 𐊺 𐊼 𐊿"
155 TA_BLUE_STRING_CARIAN_BOTTOM
156 "𐊣 𐊧 𐊷 𐋀 𐊫 𐊸 𐋉"
158 TA_BLUE_STRING_CHAKMA_TOP
159 "𑄃 𑄅 𑄉 𑄙 𑄗"
160 TA_BLUE_STRING_CHAKMA_BOTTOM
161 "𑄅 𑄛 𑄝 𑄗 𑄓"
162 TA_BLUE_STRING_CHAKMA_DESCENDER
163 "𑄖𑄳𑄢 𑄘𑄳𑄢 𑄙𑄳𑄢 𑄤𑄳𑄢 𑄥𑄳𑄢"
165 TA_BLUE_STRING_CHEROKEE_CAPITAL
166 "Ꮖ Ꮋ Ꭼ Ꮓ Ꭴ Ꮳ Ꭶ Ꮥ"
167 TA_BLUE_STRING_CHEROKEE_SMALL_ASCENDER
168 "ꮒ ꮤ ꮶ ꭴ ꭾ ꮗ ꮝ ꮿ"
169 TA_BLUE_STRING_CHEROKEE_SMALL
170 "ꮖ ꭼ ꮓ ꮠ ꮳ ꭶ ꮥ ꮻ"
171 TA_BLUE_STRING_CHEROKEE_SMALL_DESCENDER
172 "ᏸ ꮐ ꭹ ꭻ"
174 TA_BLUE_STRING_COPTIC_CAPITAL_TOP
175 "Ⲍ Ⲏ Ⲡ Ⳟ Ⲟ Ⲑ Ⲥ Ⳋ"
176 TA_BLUE_STRING_COPTIC_CAPITAL_BOTTOM
177 "Ⳑ Ⳙ Ⳟ Ⲏ Ⲟ Ⲑ Ⳝ Ⲱ"
178 TA_BLUE_STRING_COPTIC_SMALL_TOP
179 "ⲍ ⲏ ⲡ ⳟ ⲟ ⲑ ⲥ ⳋ"
180 TA_BLUE_STRING_COPTIC_SMALL_BOTTOM
181 "ⳑ ⳙ ⳟ ⲏ ⲟ ⲑ ⳝ Ⳓ"
183 TA_BLUE_STRING_CYPRIOT_TOP
184 "𐠍 𐠙 𐠳 𐠱 𐠅 𐠓 𐠣 𐠦"
185 TA_BLUE_STRING_CYPRIOT_BOTTOM
186 "𐠃 𐠊 𐠛 𐠣 𐠳 𐠵 𐠐"
187 TA_BLUE_STRING_CYPRIOT_SMALL
188 "𐠈 𐠏 𐠖"
190 TA_BLUE_STRING_CYRILLIC_CAPITAL_TOP
191 "Б В Е П З О С Э"
192 TA_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM
193 "Б В Е Ш З О С Э"
194 TA_BLUE_STRING_CYRILLIC_SMALL
195 "х п н ш е з о с"
196 TA_BLUE_STRING_CYRILLIC_SMALL_DESCENDER
197 "р у ф"
199 TA_BLUE_STRING_DESERET_CAPITAL_TOP
200 "𐐂 𐐄 𐐋 𐐗 𐐑"
201 TA_BLUE_STRING_DESERET_CAPITAL_BOTTOM
202 "𐐀 𐐂 𐐄 𐐗 𐐛"
203 TA_BLUE_STRING_DESERET_SMALL_TOP
204 "𐐪 𐐬 𐐳 𐐿 𐐹"
205 TA_BLUE_STRING_DESERET_SMALL_BOTTOM
206 "𐐨 𐐪 𐐬 𐐿 𐑃"
208 TA_BLUE_STRING_DEVANAGARI_BASE
209 "क न म उ छ ट ठ ड"
210 TA_BLUE_STRING_DEVANAGARI_TOP
211 "ई ऐ ओ औ ि ी ो ौ"
212 // note that some fonts have extreme variation in the height of the
213 // round head elements; for this reason we also define the `base'
214 // blue zone, which must be always present
215 TA_BLUE_STRING_DEVANAGARI_HEAD
216 "क म अ आ थ ध भ श"
217 TA_BLUE_STRING_DEVANAGARI_BOTTOM
218 "ु ृ"
220 TA_BLUE_STRING_ETHIOPIC_TOP
221 "ሀ ሃ ዘ ፐ ማ በ ዋ ዐ"
222 TA_BLUE_STRING_ETHIOPIC_BOTTOM
223 "ለ ሐ በ ዘ ሀ ሪ ዐ ጨ"
225 TA_BLUE_STRING_GEORGIAN_MKHEDRULI_TOP
226 "გ დ ე ვ თ ი ო ღ"
227 TA_BLUE_STRING_GEORGIAN_MKHEDRULI_BOTTOM
228 "ა ზ მ ს შ ძ ხ პ"
229 TA_BLUE_STRING_GEORGIAN_MKHEDRULI_ASCENDER
230 "ს ხ ქ ზ მ შ ჩ წ"
231 TA_BLUE_STRING_GEORGIAN_MKHEDRULI_DESCENDER
232 "ე ვ ჟ ტ უ ფ ქ ყ"
234 TA_BLUE_STRING_GEORGIAN_ASOMTAVRULI_TOP
235 "Ⴑ Ⴇ Ⴙ Ⴜ Ⴄ Ⴅ Ⴓ Ⴚ"
236 TA_BLUE_STRING_GEORGIAN_ASOMTAVRULI_BOTTOM
237 "Ⴄ Ⴅ Ⴇ Ⴈ Ⴆ Ⴑ Ⴊ Ⴋ"
239 TA_BLUE_STRING_GEORGIAN_NUSKHURI_TOP
240 "ⴁ ⴗ ⴂ ⴄ ⴅ ⴇ ⴔ ⴖ"
241 TA_BLUE_STRING_GEORGIAN_NUSKHURI_BOTTOM
242 "ⴈ ⴌ ⴖ ⴎ ⴃ ⴆ ⴋ ⴢ"
243 TA_BLUE_STRING_GEORGIAN_NUSKHURI_ASCENDER
244 "ⴐ ⴑ ⴓ ⴕ ⴙ ⴛ ⴡ ⴣ"
245 TA_BLUE_STRING_GEORGIAN_NUSKHURI_DESCENDER
246 "ⴄ ⴅ ⴔ ⴕ ⴁ ⴂ ⴘ ⴝ"
248 TA_BLUE_STRING_GLAGOLITIC_CAPITAL_TOP
249 "Ⰵ Ⱄ Ⱚ Ⰴ Ⰲ Ⰺ Ⱛ Ⰻ"
250 TA_BLUE_STRING_GLAGOLITIC_CAPITAL_BOTTOM
251 "Ⰵ Ⰴ Ⰲ Ⱚ Ⱎ Ⱑ Ⰺ Ⱄ"
252 TA_BLUE_STRING_GLAGOLITIC_SMALL_TOP
253 "ⰵ ⱄ ⱚ ⰴ ⰲ ⰺ ⱛ ⰻ"
254 TA_BLUE_STRING_GLAGOLITIC_SMALL_BOTTOM
255 "ⰵ ⰴ ⰲ ⱚ ⱎ ⱑ ⰺ ⱄ"
257 TA_BLUE_STRING_GOTHIC_TOP
258 "𐌲 𐌶 𐍀 𐍄 𐌴 𐍃 𐍈 𐌾"
259 TA_BLUE_STRING_GOTHIC_BOTTOM
260 "𐌶 𐌴 𐍃 𐍈"
262 TA_BLUE_STRING_GREEK_CAPITAL_TOP
263 "Γ Β Ε Ζ Θ Ο Ω"
264 TA_BLUE_STRING_GREEK_CAPITAL_BOTTOM
265 "Β Δ Ζ Ξ Θ Ο"
266 TA_BLUE_STRING_GREEK_SMALL_BETA_TOP
267 "β θ δ ζ λ ξ"
268 TA_BLUE_STRING_GREEK_SMALL
269 "α ε ι ο π σ τ ω"
270 TA_BLUE_STRING_GREEK_SMALL_DESCENDER
271 "β γ η μ ρ φ χ ψ"
273 TA_BLUE_STRING_GUJARATI_TOP
274 "ત ન ઋ ઌ છ ટ ર ૦"
275 TA_BLUE_STRING_GUJARATI_BOTTOM
276 "ખ ગ ઘ ઞ ઇ ઈ ઠ જ"
277 TA_BLUE_STRING_GUJARATI_ASCENDER
278 "ઈ ઊ િ ી લી શ્ચિ જિ સી"
279 TA_BLUE_STRING_GUJARATI_DESCENDER
280 "ુ ૃ ૄ ખુ છૃ છૄ"
281 TA_BLUE_STRING_GUJARATI_DIGIT_TOP
282 "૦ ૧ ૨ ૩ ૭"
284 TA_BLUE_STRING_GURMUKHI_BASE
285 "ਕ ਗ ਙ ਚ ਜ ਤ ਧ ਸ"
286 TA_BLUE_STRING_GURMUKHI_HEAD
287 "ਕ ਗ ਙ ਚ ਜ ਤ ਧ ਸ"
288 TA_BLUE_STRING_GURMUKHI_TOP
289 "ਇ ਈ ਉ ਏ ਓ ੳ ਿ ੀ"
290 TA_BLUE_STRING_GURMUKHI_BOTTOM
291 "ਅ ਏ ਓ ਗ ਜ ਠ ਰ ਸ"
292 TA_BLUE_STRING_GURMUKHI_DIGIT_TOP
293 "੦ ੧ ੨ ੩ ੭"
295 TA_BLUE_STRING_HEBREW_TOP
296 "ב ד ה ח ך כ ם ס"
297 TA_BLUE_STRING_HEBREW_BOTTOM
298 "ב ט כ ם ס צ"
299 TA_BLUE_STRING_HEBREW_DESCENDER
300 "ק ך ן ף ץ"
302 TA_BLUE_STRING_KANNADA_TOP
303 "ಇ ಊ ಐ ಣ ಸಾ ನಾ ದಾ ರಾ"
304 TA_BLUE_STRING_KANNADA_BOTTOM
305 "ಅ ಉ ಎ ಲ ೦ ೨ ೬ ೭"
307 TA_BLUE_STRING_KAYAH_LI_TOP
308 "꤅ ꤏ ꤁ ꤋ ꤀ ꤍ"
309 TA_BLUE_STRING_KAYAH_LI_BOTTOM
310 "꤈ ꤘ ꤀ ꤍ ꤢ"
311 TA_BLUE_STRING_KAYAH_LI_ASCENDER
312 "ꤖ ꤡ"
313 TA_BLUE_STRING_KAYAH_LI_DESCENDER
314 "ꤑ ꤜ ꤞ"
315 TA_BLUE_STRING_KAYAH_LI_LARGE_DESCENDER
316 "ꤑ꤬ ꤜ꤭ ꤔ꤬"
318 TA_BLUE_STRING_KHMER_TOP
319 "ខ ទ ន ឧ ឩ ា"
320 TA_BLUE_STRING_KHMER_SUBSCRIPT_TOP
321 "ក្ក ក្ខ ក្គ ក្ថ"
322 TA_BLUE_STRING_KHMER_BOTTOM
323 "ខ ឃ ច ឋ ប ម យ ឲ"
324 TA_BLUE_STRING_KHMER_DESCENDER
325 "ត្រ រៀ ឲ្យ អឿ"
326 TA_BLUE_STRING_KHMER_LARGE_DESCENDER
327 "ន្ត្រៃ ង្ខ្យ ក្បៀ ច្រៀ ន្តឿ ល្បឿ"
329 TA_BLUE_STRING_KHMER_SYMBOLS_WAXING_TOP
330 "᧠ ᧡"
331 TA_BLUE_STRING_KHMER_SYMBOLS_WANING_BOTTOM
332 "᧶ ᧹"
334 TA_BLUE_STRING_LAO_TOP
335 "າ ດ ອ ມ ລ ວ ຣ ງ"
336 TA_BLUE_STRING_LAO_BOTTOM
337 "າ ອ ບ ຍ ຣ ຮ ວ ຢ"
338 TA_BLUE_STRING_LAO_ASCENDER
339 "ປ ຢ ຟ ຝ"
340 TA_BLUE_STRING_LAO_LARGE_ASCENDER
341 "ໂ ໄ ໃ"
342 TA_BLUE_STRING_LAO_DESCENDER
343 "ງ ຊ ຖ ຽ ໆ ຯ"
345 TA_BLUE_STRING_LATIN_CAPITAL_TOP
346 "T H E Z O C Q S"
347 TA_BLUE_STRING_LATIN_CAPITAL_BOTTOM
348 "H E Z L O C U S"
349 TA_BLUE_STRING_LATIN_SMALL_F_TOP
350 "f i j k d b h"
351 TA_BLUE_STRING_LATIN_SMALL_TOP
352 "u v x z o e s c"
353 TA_BLUE_STRING_LATIN_SMALL_BOTTOM
354 "n r x z o e s c"
355 TA_BLUE_STRING_LATIN_SMALL_DESCENDER
356 "p q g j y"
358 // we assume that both the subscript and superscript ranges
359 // don't contain oldstyle digits (actually, most fonts probably
360 // have digits only in those ranges)
361 TA_BLUE_STRING_LATIN_SUBS_CAPITAL_TOP
362 "₀ ₃ ₅ ₇ ₈"
363 TA_BLUE_STRING_LATIN_SUBS_CAPITAL_BOTTOM
364 "₀ ₁ ₂ ₃ ₈"
365 TA_BLUE_STRING_LATIN_SUBS_SMALL_F_TOP
366 "ᵢ ⱼ ₕ ₖ ₗ"
367 TA_BLUE_STRING_LATIN_SUBS_SMALL
368 "ₐ ₑ ₒ ₓ ₙ ₛ ᵥ ᵤ ᵣ"
369 TA_BLUE_STRING_LATIN_SUBS_SMALL_DESCENDER
370 "ᵦ ᵧ ᵨ ᵩ ₚ"
372 TA_BLUE_STRING_LATIN_SUPS_CAPITAL_TOP
373 "⁰ ³ ⁵ ⁷ ᵀ ᴴ ᴱ ᴼ"
374 TA_BLUE_STRING_LATIN_SUPS_CAPITAL_BOTTOM
375 "⁰ ¹ ² ³ ᴱ ᴸ ᴼ ᵁ"
376 TA_BLUE_STRING_LATIN_SUPS_SMALL_F_TOP
377 "ᵇ ᵈ ᵏ ʰ ʲ ᶠ ⁱ"
378 TA_BLUE_STRING_LATIN_SUPS_SMALL
379 "ᵉ ᵒ ʳ ˢ ˣ ᶜ ᶻ"
380 TA_BLUE_STRING_LATIN_SUPS_SMALL_DESCENDER
381 "ᵖ ʸ ᵍ"
383 TA_BLUE_STRING_LISU_TOP
384 "ꓡ ꓧ ꓱ ꓶ ꓩ ꓚ ꓵ ꓳ"
385 TA_BLUE_STRING_LISU_BOTTOM
386 "ꓕ ꓜ ꓞ ꓡ ꓛ ꓢ ꓳ ꓴ"
388 TA_BLUE_STRING_MALAYALAM_TOP
389 "ഒ ട ഠ റ ച പ ച്ച പ്പ"
390 TA_BLUE_STRING_MALAYALAM_BOTTOM
391 "ട ഠ ധ ശ ഘ ച ഥ ല"
393 TA_BLUE_STRING_MYANMAR_TOP
394 "ခ ဂ င ဒ ဝ ၥ ၊ ။"
395 TA_BLUE_STRING_MYANMAR_BOTTOM
396 "င ဎ ဒ ပ ဗ ဝ ၊ ။"
397 TA_BLUE_STRING_MYANMAR_ASCENDER
398 "ဩ ြ ၍ ၏ ၆ ါ ိ"
399 TA_BLUE_STRING_MYANMAR_DESCENDER
400 "ဉ ည ဥ ဩ ဨ ၂ ၅ ၉"
402 TA_BLUE_STRING_NKO_TOP
403 "ߐ ߉ ߒ ߟ ߖ ߜ ߠ ߥ"
404 TA_BLUE_STRING_NKO_BOTTOM
405 "߀ ߘ ߡ ߠ ߥ"
406 TA_BLUE_STRING_NKO_SMALL_TOP
407 "ߏ ߛ ߋ"
408 TA_BLUE_STRING_NKO_SMALL_BOTTOM
409 "ߎ ߏ ߛ ߋ"
411 TA_BLUE_STRING_OL_CHIKI
412 "ᱛ ᱜ ᱝ ᱡ ᱢ ᱥ"
414 TA_BLUE_STRING_OLD_TURKIC_TOP
415 "𐰗 𐰘 𐰧"
416 TA_BLUE_STRING_OLD_TURKIC_BOTTOM
417 "𐰉 𐰗 𐰦 𐰧"
419 TA_BLUE_STRING_OSAGE_CAPITAL_TOP
420 "𐒾 𐓍 𐓒 𐓓 𐒻 𐓂 𐒵 𐓆"
421 TA_BLUE_STRING_OSAGE_CAPITAL_BOTTOM
422 "𐒰 𐓍 𐓂 𐒿 𐓎 𐒹"
423 TA_BLUE_STRING_OSAGE_CAPITAL_DESCENDER
424 "𐒼 𐒽 𐒾"
425 TA_BLUE_STRING_OSAGE_SMALL_TOP
426 "𐓵 𐓶 𐓺 𐓻 𐓝 𐓣 𐓪 𐓮"
427 TA_BLUE_STRING_OSAGE_SMALL_BOTTOM
428 "𐓘 𐓚 𐓣 𐓵 𐓡 𐓧 𐓪 𐓶"
429 TA_BLUE_STRING_OSAGE_SMALL_ASCENDER
430 "𐓤 𐓦 𐓸 𐓹 𐓛"
431 TA_BLUE_STRING_OSAGE_SMALL_DESCENDER
432 "𐓤 𐓥 𐓦"
434 TA_BLUE_STRING_OSMANYA_TOP
435 "𐒆 𐒉 𐒐 𐒒 𐒘 𐒛 𐒠 𐒣"
436 TA_BLUE_STRING_OSMANYA_BOTTOM
437 "𐒀 𐒂 𐒆 𐒈 𐒊 𐒒 𐒠 𐒩"
439 TA_BLUE_STRING_SAURASHTRA_TOP
440 "ꢜ ꢞ ꢳ ꢂ ꢖ ꢒ ꢝ ꢛ"
441 TA_BLUE_STRING_SAURASHTRA_BOTTOM
442 "ꢂ ꢨ ꢺ ꢤ ꢎ"
444 TA_BLUE_STRING_SHAVIAN_TOP
445 "𐑕 𐑙"
446 TA_BLUE_STRING_SHAVIAN_BOTTOM
447 "𐑔 𐑖 𐑗 𐑹 𐑻"
448 TA_BLUE_STRING_SHAVIAN_DESCENDER
449 "𐑟 𐑣"
450 TA_BLUE_STRING_SHAVIAN_SMALL_TOP
451 "𐑱 𐑲 𐑳 𐑴 𐑸 𐑺 𐑼"
452 TA_BLUE_STRING_SHAVIAN_SMALL_BOTTOM
453 "𐑴 𐑻 𐑹"
455 TA_BLUE_STRING_SINHALA_TOP
456 "ඉ ක ඝ ඳ ප ය ල ෆ"
457 TA_BLUE_STRING_SINHALA_BOTTOM
458 "එ ඔ ඝ ජ ට ථ ධ ර"
459 TA_BLUE_STRING_SINHALA_DESCENDER
460 "ද ඳ උ ල තූ තු බු දු"
462 TA_BLUE_STRING_SUNDANESE_TOP
463 "ᮋ ᮞ ᮮ ᮽ ᮰ ᮈ"
464 TA_BLUE_STRING_SUNDANESE_BOTTOM
465 "ᮄ ᮔ ᮕ ᮗ ᮰ ᮆ ᮈ ᮉ"
466 TA_BLUE_STRING_SUNDANESE_DESCENDER
467 "ᮼ ᳄"
469 TA_BLUE_STRING_TAI_VIET_TOP
470 "ꪆ ꪔ ꪒ ꪖ ꪫ"
471 TA_BLUE_STRING_TAI_VIET_BOTTOM
472 "ꪉ ꪫ ꪮ"
474 TA_BLUE_STRING_TAMIL_TOP
475 "உ ஒ ஓ ற ஈ க ங ச"
476 TA_BLUE_STRING_TAMIL_BOTTOM
477 "க ச ல ஶ உ ங ட ப"
479 TA_BLUE_STRING_TELUGU_TOP
480 "ఇ ఌ ఙ ఞ ణ ఱ ౯"
481 TA_BLUE_STRING_TELUGU_BOTTOM
482 "అ క చ ర ఽ ౨ ౬"
484 TA_BLUE_STRING_THAI_TOP
485 "บ เ แ อ ก า"
486 TA_BLUE_STRING_THAI_BOTTOM
487 "บ ป ษ ฯ อ ย ฮ"
488 TA_BLUE_STRING_THAI_ASCENDER
489 "ป ฝ ฟ"
490 TA_BLUE_STRING_THAI_LARGE_ASCENDER
491 "โ ใ ไ"
492 TA_BLUE_STRING_THAI_DESCENDER
493 "ฎ ฏ ฤ ฦ"
494 TA_BLUE_STRING_THAI_LARGE_DESCENDER
495 "ญ ฐ"
496 TA_BLUE_STRING_THAI_DIGIT_TOP
497 "๐ ๑ ๓"
499 TA_BLUE_STRING_TIFINAGH
500 "ⵔ ⵙ ⵛ ⵞ ⴵ ⴼ ⴹ ⵎ"
502 TA_BLUE_STRING_VAI_TOP
503 "ꗍ ꘖ ꘙ ꘜ ꖜ ꖝ ꔅ ꕢ"
504 TA_BLUE_STRING_VAI_BOTTOM
505 "ꗍ ꘖ ꘙ ꗞ ꔅ ꕢ ꖜ ꔆ"
508 // The blue zone stringsets, as used in the script styles, cf. `tastyles.h'.
510 // The TA_BLUE_PROPERTY_XXX flags are defined in `tablue.h'; here some
511 // explanations.
513 // A blue zone in general is defined by a reference and an overshoot line.
514 // During the hinting process, all coordinate values between those two lines
515 // are set equal to the reference value, provided that the blue zone is not
516 // wider than 0.75 pixels (otherwise the blue zone gets ignored). All
517 // entries must have `TA_BLUE_STRING_MAX' as the final line.
519 // During the glyph analysis, edges are sorted from bottom to top, and then
520 // sequentially checked, edge by edge, against the blue zones in the order
521 // given below.
524 // latin auto-hinter
525 // -----------------
527 // Characters in a blue string are automatically classified as having a flat
528 // (reference) or a round (overshoot) extremum. The blue zone is then set
529 // up by the mean values of all flat extrema and all round extrema,
530 // respectively. Only horizontal blue zones (i.e., adjusting vertical
531 // coordinate values) are supported.
533 // Some scripts like Khmer need character composition to get all necessary
534 // blue zones, since Unicode only provides an abstract data model that
535 // doesn't represent all possible glyph shapes. For such character
536 // clusters, the HarfBuzz library is used to convert them into the
537 // corresponding glyphs. The largest glyph element (where `largest' can be
538 // either `largest ascender' or `largest descender') then defines the
539 // corresponding flat or round extremum.
541 // For the latin auto-hinter, the overshoot should be larger than the
542 // reference for top zones, and vice versa for bottom zones.
544 // LATIN_TOP
545 // Take the maximum flat and round coordinate values of the blue string
546 // characters for computing the blue zone's reference and overshoot
547 // values.
549 // If not set, take the minimum values.
551 // Mutually exclusive with `LATIN_SUB_TOP'.
553 // LATIN_SUB_TOP
554 // For all glyphs of a character cluster, compute the maximum flat
555 // and round coordinate values of each component, then take the
556 // smallest of the maximum values. The idea is to get the top of
557 // subscript glyphs, as used in Khmer, for example. Note that
558 // this mechanism doesn't work for ordinary ligatures.
560 // This flags indicates a secondary blue zone: It gets removed if
561 // there is a non-LATIN_SUB_TOP blue zone at the same coordinate
562 // value (after scaling).
564 // Mutually exclusive with `LATIN_TOP'.
566 // LATIN_NEUTRAL
567 // Ignore round extrema and define the blue zone with flat values only.
568 // Both top and bottom of contours can match. This is useful for
569 // scripts like Devanagari where vowel signs attach to the base
570 // character and are implemented as components of composite glyphs.
572 // If not set, both round and flat extrema are taken into account.
573 // Additionally, only the top or the bottom of a contour can match,
574 // depending on the LATIN_TOP flag.
576 // Neutral blue zones should always follow non-neutral blue zones.
578 // LATIN_X_HEIGHT
579 // Scale all glyphs vertically from the corresponding script to make the
580 // reference line of this blue zone align on the grid. The scaling
581 // takes place before all other blue zones get aligned to the grid.
582 // Only one blue character string of a script style can have this flag.
584 // LATIN_LONG
585 // Apply an additional constraint for blue zone values: Don't
586 // necessarily use the extremum as-is but a segment of the topmost (or
587 // bottommost) contour that is longer than a heuristic threshold, and
588 // which is not too far away vertically from the real extremum. This
589 // ensures that small bumps in the outline are ignored (for example, the
590 // `vertical serifs' found in many Hebrew glyph designs).
592 // The segment must be at least EM/25 font units long, and the distance
593 // to the extremum must be smaller than EM/4.
595 TA_BLUE_STRINGSET_ENUM TA_BLUE_STRINGSETS_ARRAY TA_BLUE_STRINGSET_MAX_LEN:
597 TA_BLUE_STRINGSET_ADLM
598 { TA_BLUE_STRING_ADLAM_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
599 { TA_BLUE_STRING_ADLAM_CAPITAL_BOTTOM, 0 }
600 { TA_BLUE_STRING_ADLAM_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
601 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
602 { TA_BLUE_STRING_ADLAM_SMALL_BOTTOM, 0 }
603 { TA_BLUE_STRING_MAX, 0 }
605 TA_BLUE_STRINGSET_ARAB
606 { TA_BLUE_STRING_ARABIC_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
607 { TA_BLUE_STRING_ARABIC_BOTTOM, 0 }
608 { TA_BLUE_STRING_ARABIC_JOIN, TA_BLUE_PROPERTY_LATIN_NEUTRAL }
609 { TA_BLUE_STRING_MAX, 0 }
611 TA_BLUE_STRINGSET_ARMN
612 { TA_BLUE_STRING_ARMENIAN_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
613 { TA_BLUE_STRING_ARMENIAN_CAPITAL_BOTTOM, 0 }
614 { TA_BLUE_STRING_ARMENIAN_SMALL_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
615 { TA_BLUE_STRING_ARMENIAN_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
616 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
617 { TA_BLUE_STRING_ARMENIAN_SMALL_BOTTOM, 0 }
618 { TA_BLUE_STRING_ARMENIAN_SMALL_DESCENDER, 0 }
619 { TA_BLUE_STRING_MAX, 0 }
621 TA_BLUE_STRINGSET_AVST
622 { TA_BLUE_STRING_AVESTAN_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
623 { TA_BLUE_STRING_AVESTAN_BOTTOM, 0 }
624 { TA_BLUE_STRING_MAX, 0 }
626 TA_BLUE_STRINGSET_BAMU
627 { TA_BLUE_STRING_BAMUM_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
628 { TA_BLUE_STRING_BAMUM_BOTTOM, 0 }
629 { TA_BLUE_STRING_MAX, 0 }
631 TA_BLUE_STRINGSET_BENG
632 { TA_BLUE_STRING_BENGALI_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
633 { TA_BLUE_STRING_BENGALI_HEAD, TA_BLUE_PROPERTY_LATIN_TOP }
634 { TA_BLUE_STRING_BENGALI_BASE, TA_BLUE_PROPERTY_LATIN_TOP |
635 TA_BLUE_PROPERTY_LATIN_NEUTRAL |
636 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
637 { TA_BLUE_STRING_BENGALI_BASE, 0 }
638 { TA_BLUE_STRING_MAX, 0 }
640 TA_BLUE_STRINGSET_BUHD
641 { TA_BLUE_STRING_BUHID_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
642 { TA_BLUE_STRING_BUHID_LARGE, TA_BLUE_PROPERTY_LATIN_TOP }
643 { TA_BLUE_STRING_BUHID_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
644 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
645 { TA_BLUE_STRING_BUHID_BOTTOM, 0 }
646 { TA_BLUE_STRING_MAX, 0 }
648 TA_BLUE_STRINGSET_CAKM
649 { TA_BLUE_STRING_CHAKMA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
650 { TA_BLUE_STRING_CHAKMA_BOTTOM, 0 }
651 { TA_BLUE_STRING_CHAKMA_DESCENDER, 0 }
652 { TA_BLUE_STRING_MAX, 0 }
654 TA_BLUE_STRINGSET_CANS
655 { TA_BLUE_STRING_CANADIAN_SYLLABICS_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
656 { TA_BLUE_STRING_CANADIAN_SYLLABICS_BOTTOM, 0 }
657 { TA_BLUE_STRING_CANADIAN_SYLLABICS_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
658 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
659 { TA_BLUE_STRING_CANADIAN_SYLLABICS_SMALL_BOTTOM, 0 }
660 { TA_BLUE_STRING_CANADIAN_SYLLABICS_SUPS_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
661 { TA_BLUE_STRING_CANADIAN_SYLLABICS_SUPS_BOTTOM, 0 }
662 { TA_BLUE_STRING_MAX, 0 }
664 TA_BLUE_STRINGSET_CARI
665 { TA_BLUE_STRING_CARIAN_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
666 { TA_BLUE_STRING_CARIAN_BOTTOM, 0 }
667 { TA_BLUE_STRING_MAX, 0 }
669 TA_BLUE_STRINGSET_CHER
670 { TA_BLUE_STRING_CHEROKEE_CAPITAL, TA_BLUE_PROPERTY_LATIN_TOP }
671 { TA_BLUE_STRING_CHEROKEE_CAPITAL, 0 }
672 { TA_BLUE_STRING_CHEROKEE_SMALL_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
673 { TA_BLUE_STRING_CHEROKEE_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
674 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
675 { TA_BLUE_STRING_CHEROKEE_SMALL, 0 }
676 { TA_BLUE_STRING_CHEROKEE_SMALL_DESCENDER, 0 }
677 { TA_BLUE_STRING_MAX, 0 }
679 TA_BLUE_STRINGSET_COPT
680 { TA_BLUE_STRING_COPTIC_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
681 { TA_BLUE_STRING_COPTIC_CAPITAL_BOTTOM, 0 }
682 { TA_BLUE_STRING_COPTIC_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
683 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
684 { TA_BLUE_STRING_COPTIC_SMALL_BOTTOM, 0 }
685 { TA_BLUE_STRING_MAX, 0 }
687 TA_BLUE_STRINGSET_CPRT
688 { TA_BLUE_STRING_CYPRIOT_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
689 { TA_BLUE_STRING_CYPRIOT_BOTTOM, 0 }
690 { TA_BLUE_STRING_CYPRIOT_SMALL, TA_BLUE_PROPERTY_LATIN_TOP }
691 { TA_BLUE_STRING_CYPRIOT_SMALL, 0 }
692 { TA_BLUE_STRING_MAX, 0 }
694 TA_BLUE_STRINGSET_CYRL
695 { TA_BLUE_STRING_CYRILLIC_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
696 { TA_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM, 0 }
697 { TA_BLUE_STRING_CYRILLIC_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
698 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
699 { TA_BLUE_STRING_CYRILLIC_SMALL, 0 }
700 { TA_BLUE_STRING_CYRILLIC_SMALL_DESCENDER, 0 }
701 { TA_BLUE_STRING_MAX, 0 }
703 TA_BLUE_STRINGSET_DEVA
704 { TA_BLUE_STRING_DEVANAGARI_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
705 { TA_BLUE_STRING_DEVANAGARI_HEAD, TA_BLUE_PROPERTY_LATIN_TOP }
706 { TA_BLUE_STRING_DEVANAGARI_BASE, TA_BLUE_PROPERTY_LATIN_TOP |
707 TA_BLUE_PROPERTY_LATIN_NEUTRAL |
708 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
709 { TA_BLUE_STRING_DEVANAGARI_BASE, 0 }
710 { TA_BLUE_STRING_DEVANAGARI_BOTTOM, 0 }
711 { TA_BLUE_STRING_MAX, 0 }
713 TA_BLUE_STRINGSET_DSRT
714 { TA_BLUE_STRING_DESERET_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
715 { TA_BLUE_STRING_DESERET_CAPITAL_BOTTOM, 0 }
716 { TA_BLUE_STRING_DESERET_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
717 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
718 { TA_BLUE_STRING_DESERET_SMALL_BOTTOM, 0 }
719 { TA_BLUE_STRING_MAX, 0 }
721 TA_BLUE_STRINGSET_ETHI
722 { TA_BLUE_STRING_ETHIOPIC_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
723 { TA_BLUE_STRING_ETHIOPIC_BOTTOM, 0 }
724 { TA_BLUE_STRING_MAX, 0 }
726 // blue zones for Mtavruli are missing (not yet defined in Unicode)
727 TA_BLUE_STRINGSET_GEOR
728 { TA_BLUE_STRING_GEORGIAN_MKHEDRULI_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
729 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
730 { TA_BLUE_STRING_GEORGIAN_MKHEDRULI_BOTTOM, 0 }
731 { TA_BLUE_STRING_GEORGIAN_MKHEDRULI_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
732 { TA_BLUE_STRING_GEORGIAN_MKHEDRULI_DESCENDER, 0 }
733 { TA_BLUE_STRING_MAX, 0 }
735 TA_BLUE_STRINGSET_GEOK
736 { TA_BLUE_STRING_GEORGIAN_ASOMTAVRULI_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
737 { TA_BLUE_STRING_GEORGIAN_ASOMTAVRULI_BOTTOM, 0 }
738 { TA_BLUE_STRING_GEORGIAN_NUSKHURI_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
739 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
740 { TA_BLUE_STRING_GEORGIAN_NUSKHURI_BOTTOM, 0 }
741 { TA_BLUE_STRING_GEORGIAN_NUSKHURI_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
742 { TA_BLUE_STRING_GEORGIAN_NUSKHURI_DESCENDER, 0 }
743 { TA_BLUE_STRING_MAX, 0 }
745 TA_BLUE_STRINGSET_GLAG
746 { TA_BLUE_STRING_GLAGOLITIC_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
747 { TA_BLUE_STRING_GLAGOLITIC_CAPITAL_BOTTOM, 0 }
748 { TA_BLUE_STRING_GLAGOLITIC_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
749 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
750 { TA_BLUE_STRING_GLAGOLITIC_SMALL_BOTTOM, 0 }
751 { TA_BLUE_STRING_MAX, 0 }
753 TA_BLUE_STRINGSET_GOTH
754 { TA_BLUE_STRING_GOTHIC_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
755 { TA_BLUE_STRING_GOTHIC_BOTTOM, 0 }
756 { TA_BLUE_STRING_MAX, 0 }
758 TA_BLUE_STRINGSET_GREK
759 { TA_BLUE_STRING_GREEK_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
760 { TA_BLUE_STRING_GREEK_CAPITAL_BOTTOM, 0 }
761 { TA_BLUE_STRING_GREEK_SMALL_BETA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
762 { TA_BLUE_STRING_GREEK_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
763 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
764 { TA_BLUE_STRING_GREEK_SMALL, 0 }
765 { TA_BLUE_STRING_GREEK_SMALL_DESCENDER, 0 }
766 { TA_BLUE_STRING_MAX, 0 }
768 TA_BLUE_STRINGSET_GUJR
769 { TA_BLUE_STRING_GUJARATI_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
770 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
771 { TA_BLUE_STRING_GUJARATI_BOTTOM, 0 }
772 { TA_BLUE_STRING_GUJARATI_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
773 { TA_BLUE_STRING_GUJARATI_DESCENDER, 0 }
774 { TA_BLUE_STRING_GUJARATI_DIGIT_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
775 { TA_BLUE_STRING_MAX, 0 }
777 TA_BLUE_STRINGSET_GURU
778 { TA_BLUE_STRING_GURMUKHI_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
779 { TA_BLUE_STRING_GURMUKHI_HEAD, TA_BLUE_PROPERTY_LATIN_TOP }
780 { TA_BLUE_STRING_GURMUKHI_BASE, TA_BLUE_PROPERTY_LATIN_TOP |
781 TA_BLUE_PROPERTY_LATIN_NEUTRAL |
782 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
783 { TA_BLUE_STRING_GURMUKHI_BOTTOM, 0 }
784 { TA_BLUE_STRING_GURMUKHI_DIGIT_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
785 { TA_BLUE_STRING_MAX, 0 }
787 TA_BLUE_STRINGSET_HEBR
788 { TA_BLUE_STRING_HEBREW_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
789 TA_BLUE_PROPERTY_LATIN_LONG }
790 { TA_BLUE_STRING_HEBREW_BOTTOM, 0 }
791 { TA_BLUE_STRING_HEBREW_DESCENDER, 0 }
792 { TA_BLUE_STRING_MAX, 0 }
794 TA_BLUE_STRINGSET_KALI
795 { TA_BLUE_STRING_KAYAH_LI_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
796 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
797 { TA_BLUE_STRING_KAYAH_LI_BOTTOM, 0 }
798 { TA_BLUE_STRING_KAYAH_LI_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
799 { TA_BLUE_STRING_KAYAH_LI_DESCENDER, 0 }
800 { TA_BLUE_STRING_KAYAH_LI_LARGE_DESCENDER, 0 }
801 { TA_BLUE_STRING_MAX, 0 }
803 TA_BLUE_STRINGSET_KNDA
804 { TA_BLUE_STRING_KANNADA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
805 { TA_BLUE_STRING_KANNADA_BOTTOM, 0 }
806 { TA_BLUE_STRING_MAX, 0 }
808 TA_BLUE_STRINGSET_KHMR
809 { TA_BLUE_STRING_KHMER_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
810 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
811 { TA_BLUE_STRING_KHMER_SUBSCRIPT_TOP, TA_BLUE_PROPERTY_LATIN_SUB_TOP }
812 { TA_BLUE_STRING_KHMER_BOTTOM, 0 }
813 { TA_BLUE_STRING_KHMER_DESCENDER, 0 }
814 { TA_BLUE_STRING_KHMER_LARGE_DESCENDER, 0 }
815 { TA_BLUE_STRING_MAX, 0 }
817 TA_BLUE_STRINGSET_KHMS
818 { TA_BLUE_STRING_KHMER_SYMBOLS_WAXING_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
819 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
820 { TA_BLUE_STRING_KHMER_SYMBOLS_WANING_BOTTOM, 0 }
821 { TA_BLUE_STRING_MAX, 0 }
823 TA_BLUE_STRINGSET_LAO
824 { TA_BLUE_STRING_LAO_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
825 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
826 { TA_BLUE_STRING_LAO_BOTTOM, 0 }
827 { TA_BLUE_STRING_LAO_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
828 { TA_BLUE_STRING_LAO_LARGE_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
829 { TA_BLUE_STRING_LAO_DESCENDER, 0 }
830 { TA_BLUE_STRING_MAX, 0 }
832 TA_BLUE_STRINGSET_LATN
833 { TA_BLUE_STRING_LATIN_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
834 { TA_BLUE_STRING_LATIN_CAPITAL_BOTTOM, 0 }
835 { TA_BLUE_STRING_LATIN_SMALL_F_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
836 { TA_BLUE_STRING_LATIN_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
837 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
838 { TA_BLUE_STRING_LATIN_SMALL_BOTTOM, 0 }
839 { TA_BLUE_STRING_LATIN_SMALL_DESCENDER, 0 }
840 { TA_BLUE_STRING_MAX, 0 }
842 TA_BLUE_STRINGSET_LATB
843 { TA_BLUE_STRING_LATIN_SUBS_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
844 { TA_BLUE_STRING_LATIN_SUBS_CAPITAL_BOTTOM, 0 }
845 { TA_BLUE_STRING_LATIN_SUBS_SMALL_F_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
846 { TA_BLUE_STRING_LATIN_SUBS_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
847 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
848 { TA_BLUE_STRING_LATIN_SUBS_SMALL, 0 }
849 { TA_BLUE_STRING_LATIN_SUBS_SMALL_DESCENDER, 0 }
850 { TA_BLUE_STRING_MAX, 0 }
852 TA_BLUE_STRINGSET_LATP
853 { TA_BLUE_STRING_LATIN_SUPS_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
854 { TA_BLUE_STRING_LATIN_SUPS_CAPITAL_BOTTOM, 0 }
855 { TA_BLUE_STRING_LATIN_SUPS_SMALL_F_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
856 { TA_BLUE_STRING_LATIN_SUPS_SMALL, TA_BLUE_PROPERTY_LATIN_TOP |
857 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
858 { TA_BLUE_STRING_LATIN_SUPS_SMALL, 0 }
859 { TA_BLUE_STRING_LATIN_SUPS_SMALL_DESCENDER, 0 }
860 { TA_BLUE_STRING_MAX, 0 }
862 TA_BLUE_STRINGSET_LISU
863 { TA_BLUE_STRING_LISU_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
864 { TA_BLUE_STRING_LISU_BOTTOM, 0 }
865 { TA_BLUE_STRING_MAX, 0 }
867 TA_BLUE_STRINGSET_MLYM
868 { TA_BLUE_STRING_MALAYALAM_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
869 { TA_BLUE_STRING_MALAYALAM_BOTTOM, 0 }
870 { TA_BLUE_STRING_MAX, 0 }
872 TA_BLUE_STRINGSET_MYMR
873 { TA_BLUE_STRING_MYANMAR_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
874 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
875 { TA_BLUE_STRING_MYANMAR_BOTTOM, 0 }
876 { TA_BLUE_STRING_MYANMAR_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
877 { TA_BLUE_STRING_MYANMAR_DESCENDER, 0 }
878 { TA_BLUE_STRING_MAX, 0 }
880 TA_BLUE_STRINGSET_NKOO
881 { TA_BLUE_STRING_NKO_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
882 { TA_BLUE_STRING_NKO_BOTTOM, 0 }
883 { TA_BLUE_STRING_NKO_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
884 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
885 { TA_BLUE_STRING_NKO_SMALL_BOTTOM, 0 }
886 { TA_BLUE_STRING_MAX, 0 }
888 TA_BLUE_STRINGSET_NONE
889 { TA_BLUE_STRING_MAX, 0 }
891 TA_BLUE_STRINGSET_OLCK
892 { TA_BLUE_STRING_OL_CHIKI, TA_BLUE_PROPERTY_LATIN_TOP }
893 { TA_BLUE_STRING_OL_CHIKI, 0 }
894 { TA_BLUE_STRING_MAX, 0 }
896 TA_BLUE_STRINGSET_ORKH
897 { TA_BLUE_STRING_OLD_TURKIC_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
898 { TA_BLUE_STRING_OLD_TURKIC_BOTTOM, 0 }
899 { TA_BLUE_STRING_MAX, 0 }
901 TA_BLUE_STRINGSET_OSGE
902 { TA_BLUE_STRING_OSAGE_CAPITAL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
903 { TA_BLUE_STRING_OSAGE_CAPITAL_BOTTOM, 0 }
904 { TA_BLUE_STRING_OSAGE_CAPITAL_DESCENDER, 0 }
905 { TA_BLUE_STRING_OSAGE_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
906 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
907 { TA_BLUE_STRING_OSAGE_SMALL_BOTTOM, 0 }
908 { TA_BLUE_STRING_OSAGE_SMALL_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
909 { TA_BLUE_STRING_OSAGE_SMALL_DESCENDER, 0 }
910 { TA_BLUE_STRING_MAX, 0 }
912 TA_BLUE_STRINGSET_OSMA
913 { TA_BLUE_STRING_OSMANYA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
914 { TA_BLUE_STRING_OSMANYA_BOTTOM, 0 }
915 { TA_BLUE_STRING_MAX, 0 }
917 TA_BLUE_STRINGSET_SAUR
918 { TA_BLUE_STRING_SAURASHTRA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
919 { TA_BLUE_STRING_SAURASHTRA_BOTTOM, 0 }
920 { TA_BLUE_STRING_MAX, 0 }
922 TA_BLUE_STRINGSET_SHAW
923 { TA_BLUE_STRING_SHAVIAN_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
924 { TA_BLUE_STRING_SHAVIAN_BOTTOM, 0 }
925 { TA_BLUE_STRING_SHAVIAN_DESCENDER, 0 }
926 { TA_BLUE_STRING_SHAVIAN_SMALL_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
927 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
928 { TA_BLUE_STRING_SHAVIAN_SMALL_BOTTOM, 0 }
929 { TA_BLUE_STRING_MAX, 0 }
931 TA_BLUE_STRINGSET_SINH
932 { TA_BLUE_STRING_SINHALA_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
933 { TA_BLUE_STRING_SINHALA_BOTTOM, 0 }
934 { TA_BLUE_STRING_SINHALA_DESCENDER, 0 }
935 { TA_BLUE_STRING_MAX, 0 }
937 TA_BLUE_STRINGSET_SUND
938 { TA_BLUE_STRING_SUNDANESE_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
939 { TA_BLUE_STRING_SUNDANESE_BOTTOM, 0 }
940 { TA_BLUE_STRING_SUNDANESE_DESCENDER, 0 }
941 { TA_BLUE_STRING_MAX, 0 }
943 TA_BLUE_STRINGSET_TAML
944 { TA_BLUE_STRING_TAMIL_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
945 { TA_BLUE_STRING_TAMIL_BOTTOM, 0 }
946 { TA_BLUE_STRING_MAX, 0 }
948 TA_BLUE_STRINGSET_TAVT
949 { TA_BLUE_STRING_TAI_VIET_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
950 { TA_BLUE_STRING_TAI_VIET_BOTTOM, 0 }
951 { TA_BLUE_STRING_MAX, 0 }
953 TA_BLUE_STRINGSET_TELU
954 { TA_BLUE_STRING_TELUGU_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
955 { TA_BLUE_STRING_TELUGU_BOTTOM, 0 }
956 { TA_BLUE_STRING_MAX, 0 }
958 TA_BLUE_STRINGSET_THAI
959 { TA_BLUE_STRING_THAI_TOP, TA_BLUE_PROPERTY_LATIN_TOP |
960 TA_BLUE_PROPERTY_LATIN_X_HEIGHT }
961 { TA_BLUE_STRING_THAI_BOTTOM, 0 }
962 { TA_BLUE_STRING_THAI_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
963 { TA_BLUE_STRING_THAI_LARGE_ASCENDER, TA_BLUE_PROPERTY_LATIN_TOP }
964 { TA_BLUE_STRING_THAI_DESCENDER, 0 }
965 { TA_BLUE_STRING_THAI_LARGE_DESCENDER, 0 }
966 { TA_BLUE_STRING_THAI_DIGIT_TOP, 0 }
967 { TA_BLUE_STRING_MAX, 0 }
969 TA_BLUE_STRINGSET_TFNG
970 { TA_BLUE_STRING_TIFINAGH, TA_BLUE_PROPERTY_LATIN_TOP }
971 { TA_BLUE_STRING_TIFINAGH, 0 }
972 { TA_BLUE_STRING_MAX, 0 }
974 TA_BLUE_STRINGSET_VAII
975 { TA_BLUE_STRING_VAI_TOP, TA_BLUE_PROPERTY_LATIN_TOP }
976 { TA_BLUE_STRING_VAI_BOTTOM, 0 }
977 { TA_BLUE_STRING_MAX, 0 }
979 // END