275 #define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation
276 #include "stb_truetype.h"
278 unsigned char ttf_buffer[1<<20];
279 unsigned char temp_bitmap[512*512];
284 void my_stbtt_initfont(
void)
286 fread(ttf_buffer, 1, 1<<20, fopen(
"c:/windows/fonts/times.ttf",
"rb"));
296 void my_stbtt_print(
float x,
float y,
char *text)
303 if (*text >= 32 && *text < 128) {
306 glTexCoord2f(q.
s0,q.
t1); glVertex2f(q.
x0,q.
y0);
307 glTexCoord2f(q.
s1,q.
t1); glVertex2f(q.
x1,q.
y0);
308 glTexCoord2f(q.
s1,q.
t0); glVertex2f(q.
x1,q.
y1);
309 glTexCoord2f(q.
s0,q.
t0); glVertex2f(q.
x0,q.
y1);
324 #define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation
325 #include "stb_truetype.h"
327 char ttf_buffer[1<<25];
329 int main(
int argc,
char **argv)
332 unsigned char *bitmap;
333 int w,h,i,j,c = (argc > 1 ? atoi(argv[1]) :
'a'),
s = (argc > 2 ? atoi(argv[2]) : 20);
335 fread(ttf_buffer, 1, 1<<25, fopen(argc > 3 ? argv[3] :
"c:/windows/fonts/arialbd.ttf",
"rb"));
340 for (j=0; j < h; ++j) {
341 for (i=0; i < w; ++i)
342 putchar(
" .:ioVM@"[bitmap[j*w+i]>>5]);
368 unsigned char screen[20][79];
370 int main(
int arg,
char **argv)
373 int i,j,ascent,baseline,ch=0;
375 char *text =
"Heljo World!";
377 fread(buffer, 1, 1000000, fopen(
"c:/windows/fonts/arialbd.ttf",
"rb"));
382 baseline = (int) (ascent*scale);
385 int advance,lsb,x0,y0,x1,y1;
386 float x_shift = xpos - (float) floor(xpos);
394 xpos += (advance * scale);
400 for (j=0; j < 20; ++j) {
401 for (i=0; i < 78; ++i)
402 putchar(
" .:ioVM@"[screen[j][i]>>5]);
420 #ifdef STB_TRUETYPE_IMPLEMENTATION
423 typedef unsigned char stbtt_uint8;
424 typedef signed char stbtt_int8;
425 typedef unsigned short stbtt_uint16;
426 typedef signed short stbtt_int16;
427 typedef unsigned int stbtt_uint32;
428 typedef signed int stbtt_int32;
431 typedef char stbtt__check_size32[
sizeof(stbtt_int32)==4 ? 1 : -1];
432 typedef char stbtt__check_size16[
sizeof(stbtt_int16)==2 ? 1 : -1];
437 #define STBTT_ifloor(x) ((int) floor(x))
438 #define STBTT_iceil(x) ((int) ceil(x))
443 #define STBTT_sqrt(x) sqrt(x)
444 #define STBTT_pow(x,y) pow(x,y)
449 #define STBTT_fmod(x,y) fmod(x,y)
454 #define STBTT_cos(x) cos(x)
455 #define STBTT_acos(x) acos(x)
460 #define STBTT_fabs(x) fabs(x)
466 #define STBTT_malloc(x,u) ((void)(u),malloc(x))
467 #define STBTT_free(x,u) ((void)(u),free(x))
472 #define STBTT_assert(x) assert(x)
477 #define STBTT_strlen(x) strlen(x)
482 #define STBTT_memcpy memcpy
483 #define STBTT_memset memset
494 #ifndef __STB_INCLUDE_STB_TRUETYPE_H__
495 #define __STB_INCLUDE_STB_TRUETYPE_H__
498 #define STBTT_DEF static
500 #define STBTT_DEF extern
524 unsigned short x0,y0,x1,
y1;
530 unsigned char *pixels,
int pw,
int ph,
531 int first_char,
int num_chars,
546 float *xpos,
float *ypos,
548 int opengl_fillrule);
570 unsigned short x0,y0,x1,
y1;
577 #ifndef STB_RECT_PACK_VERSION
595 #define STBTT_POINT_SIZE(x) (-(x))
598 int first_unicode_char_in_range,
int num_chars_in_range,
stbtt_packedchar *chardata_for_range);
646 float *xpos,
float *ypos,
648 int align_to_integer);
796 #ifndef STBTT_vmove // you can predefine these to use different values (but why?)
805 #ifndef stbtt_vertex // you can predefine this to use different values
807 #define stbtt_vertex_type short // can't use stbtt_int16 because that's not visible in the header file
864 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(
const stbtt_fontinfo *info,
unsigned char *output,
int out_w,
int out_h,
int out_stride,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int oversample_x,
int oversample_y,
float *sub_x,
float *sub_y,
int codepoint);
885 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(
const stbtt_fontinfo *info,
unsigned char *output,
int out_w,
int out_h,
int out_stride,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int oversample_x,
int oversample_y,
float *sub_x,
float *sub_y,
int glyph);
899 float flatness_in_pixels,
902 float scale_x,
float scale_y,
903 float shift_x,
float shift_y,
904 int x_off,
int y_off,
915 STBTT_DEF unsigned char *
stbtt_GetGlyphSDF(
const stbtt_fontinfo *info,
float scale,
int glyph,
int padding,
unsigned char onedge_value,
float pixel_dist_scale,
int *width,
int *height,
int *xoff,
int *yoff);
916 STBTT_DEF unsigned char *
stbtt_GetCodepointSDF(
const stbtt_fontinfo *info,
float scale,
int codepoint,
int padding,
unsigned char onedge_value,
float pixel_dist_scale,
int *width,
int *height,
int *xoff,
int *yoff);
993 #define STBTT_MACSTYLE_DONTCARE 0
994 #define STBTT_MACSTYLE_BOLD 1
995 #define STBTT_MACSTYLE_ITALIC 2
996 #define STBTT_MACSTYLE_UNDERSCORE 4
997 #define STBTT_MACSTYLE_NONE 8 // <= not same as 0, this makes us check the bitfield is 0
1064 #endif // __STB_INCLUDE_STB_TRUETYPE_H__
1073 #ifdef STB_TRUETYPE_IMPLEMENTATION
1075 #ifndef STBTT_MAX_OVERSAMPLE
1076 #define STBTT_MAX_OVERSAMPLE 8
1079 #if STBTT_MAX_OVERSAMPLE > 255
1080 #error "STBTT_MAX_OVERSAMPLE cannot be > 255"
1083 typedef int stbtt__test_oversample_pow2[(STBTT_MAX_OVERSAMPLE & (STBTT_MAX_OVERSAMPLE-1)) == 0 ? 1 : -1];
1085 #ifndef STBTT_RASTERIZER_VERSION
1086 #define STBTT_RASTERIZER_VERSION 2
1090 #define STBTT__NOTUSED(v) (void)(v)
1092 #define STBTT__NOTUSED(v) (void)sizeof(v)
1100 static stbtt_uint8 stbtt__buf_get8(
stbtt__buf *b)
1107 static stbtt_uint8 stbtt__buf_peek8(
stbtt__buf *b)
1114 static void stbtt__buf_seek(
stbtt__buf *b,
int o)
1120 static void stbtt__buf_skip(
stbtt__buf *b,
int o)
1122 stbtt__buf_seek(b, b->
cursor + o);
1125 static stbtt_uint32 stbtt__buf_get(
stbtt__buf *b,
int n)
1130 for (i = 0; i < n; i++)
1131 v = (v << 8) | stbtt__buf_get8(b);
1135 static stbtt__buf stbtt__new_buf(
const void *p,
size_t size)
1139 r.
data = (stbtt_uint8*) p;
1140 r.
size = (int) size;
1145 #define stbtt__buf_get16(b) stbtt__buf_get((b), 2)
1146 #define stbtt__buf_get32(b) stbtt__buf_get((b), 4)
1151 if (o < 0 || s < 0 || o > b->
size || s > b->
size - o)
return r;
1159 int count,
start, offsize;
1161 count = stbtt__buf_get16(b);
1163 offsize = stbtt__buf_get8(b);
1165 stbtt__buf_skip(b, offsize * count);
1166 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1);
1168 return stbtt__buf_range(b, start, b->
cursor - start);
1171 static stbtt_uint32 stbtt__cff_int(
stbtt__buf *b)
1173 int b0 = stbtt__buf_get8(b);
1174 if (b0 >= 32 && b0 <= 246)
return b0 - 139;
1175 else if (b0 >= 247 && b0 <= 250)
return (b0 - 247)*256 + stbtt__buf_get8(b) + 108;
1176 else if (b0 >= 251 && b0 <= 254)
return -(b0 - 251)*256 - stbtt__buf_get8(b) - 108;
1177 else if (b0 == 28)
return stbtt__buf_get16(b);
1178 else if (b0 == 29)
return stbtt__buf_get32(b);
1183 static void stbtt__cff_skip_operand(
stbtt__buf *b) {
1184 int v, b0 = stbtt__buf_peek8(b);
1187 stbtt__buf_skip(b, 1);
1189 v = stbtt__buf_get8(b);
1190 if ((v & 0xF) == 0xF || (v >> 4) == 0xF)
1200 stbtt__buf_seek(b, 0);
1203 while (stbtt__buf_peek8(b) >= 28)
1204 stbtt__cff_skip_operand(b);
1206 op = stbtt__buf_get8(b);
1207 if (op == 12) op = stbtt__buf_get8(b) | 0x100;
1208 if (op == key)
return stbtt__buf_range(b, start, end-start);
1210 return stbtt__buf_range(b, 0, 0);
1213 static void stbtt__dict_get_ints(
stbtt__buf *b,
int key,
int outcount, stbtt_uint32 *out)
1216 stbtt__buf operands = stbtt__dict_get(b, key);
1217 for (i = 0; i < outcount && operands.
cursor < operands.
size; i++)
1218 out[i] = stbtt__cff_int(&operands);
1221 static int stbtt__cff_index_count(
stbtt__buf *b)
1223 stbtt__buf_seek(b, 0);
1224 return stbtt__buf_get16(b);
1229 int count, offsize,
start, end;
1230 stbtt__buf_seek(&b, 0);
1231 count = stbtt__buf_get16(&b);
1232 offsize = stbtt__buf_get8(&b);
1235 stbtt__buf_skip(&b, i*offsize);
1236 start = stbtt__buf_get(&b, offsize);
1237 end = stbtt__buf_get(&b, offsize);
1238 return stbtt__buf_range(&b, 2+(count+1)*offsize+start, end - start);
1249 #define ttBYTE(p) (* (stbtt_uint8 *) (p))
1250 #define ttCHAR(p) (* (stbtt_int8 *) (p))
1251 #define ttFixed(p) ttLONG(p)
1253 static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) {
return p[0]*256 + p[1]; }
1254 static stbtt_int16 ttSHORT(stbtt_uint8 *p) {
return p[0]*256 + p[1]; }
1255 static stbtt_uint32 ttULONG(stbtt_uint8 *p) {
return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; }
1256 static stbtt_int32 ttLONG(stbtt_uint8 *p) {
return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; }
1258 #define stbtt_tag4(p,c0,c1,c2,c3) ((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == (c3))
1259 #define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3])
1261 static int stbtt__isfont(stbtt_uint8 *font)
1264 if (stbtt_tag4(font,
'1',0,0,0))
return 1;
1265 if (stbtt_tag(font,
"typ1"))
return 1;
1266 if (stbtt_tag(font,
"OTTO"))
return 1;
1267 if (stbtt_tag4(font, 0,1,0,0))
return 1;
1268 if (stbtt_tag(font,
"true"))
return 1;
1273 static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fontstart,
const char *tag)
1275 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4);
1276 stbtt_uint32 tabledir = fontstart + 12;
1278 for (i=0; i < num_tables; ++i) {
1279 stbtt_uint32 loc = tabledir + 16*i;
1280 if (stbtt_tag(data+loc+0, tag))
1281 return ttULONG(data+loc+8);
1286 static int stbtt_GetFontOffsetForIndex_internal(
unsigned char *font_collection,
int index)
1289 if (stbtt__isfont(font_collection))
1290 return index == 0 ? 0 : -1;
1293 if (stbtt_tag(font_collection,
"ttcf")) {
1295 if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) {
1296 stbtt_int32 n = ttLONG(font_collection+8);
1299 return ttULONG(font_collection+12+index*4);
1305 static int stbtt_GetNumberOfFonts_internal(
unsigned char *font_collection)
1308 if (stbtt__isfont(font_collection))
1312 if (stbtt_tag(font_collection,
"ttcf")) {
1314 if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) {
1315 return ttLONG(font_collection+8);
1323 stbtt_uint32 subrsoff = 0, private_loc[2] = { 0, 0 };
1325 stbtt__dict_get_ints(&fontdict, 18, 2, private_loc);
1326 if (!private_loc[1] || !private_loc[0])
return stbtt__new_buf(NULL, 0);
1327 pdict = stbtt__buf_range(&cff, private_loc[1], private_loc[0]);
1328 stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff);
1329 if (!subrsoff)
return stbtt__new_buf(NULL, 0);
1330 stbtt__buf_seek(&cff, private_loc[1]+subrsoff);
1331 return stbtt__cff_get_index(&cff);
1334 static int stbtt_InitFont_internal(
stbtt_fontinfo *info,
unsigned char *data,
int fontstart)
1336 stbtt_uint32 cmap,
t;
1337 stbtt_int32 i,numTables;
1341 info->
cff = stbtt__new_buf(NULL, 0);
1343 cmap = stbtt__find_table(data, fontstart,
"cmap");
1344 info->
loca = stbtt__find_table(data, fontstart,
"loca");
1345 info->
head = stbtt__find_table(data, fontstart,
"head");
1346 info->
glyf = stbtt__find_table(data, fontstart,
"glyf");
1347 info->
hhea = stbtt__find_table(data, fontstart,
"hhea");
1348 info->
hmtx = stbtt__find_table(data, fontstart,
"hmtx");
1349 info->
kern = stbtt__find_table(data, fontstart,
"kern");
1350 info->
gpos = stbtt__find_table(data, fontstart,
"GPOS");
1352 if (!cmap || !info->
head || !info->
hhea || !info->
hmtx)
1356 if (!info->
loca)
return 0;
1360 stbtt_uint32 cstype = 2, charstrings = 0, fdarrayoff = 0, fdselectoff = 0;
1363 cff = stbtt__find_table(data, fontstart,
"CFF ");
1366 info->
fontdicts = stbtt__new_buf(NULL, 0);
1367 info->
fdselect = stbtt__new_buf(NULL, 0);
1370 info->
cff = stbtt__new_buf(data+cff, 512*1024*1024);
1374 stbtt__buf_skip(&b, 2);
1375 stbtt__buf_seek(&b, stbtt__buf_get8(&b));
1379 stbtt__cff_get_index(&b);
1380 topdictidx = stbtt__cff_get_index(&b);
1381 topdict = stbtt__cff_index_get(topdictidx, 0);
1382 stbtt__cff_get_index(&b);
1383 info->
gsubrs = stbtt__cff_get_index(&b);
1385 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings);
1386 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype);
1387 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff);
1388 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff);
1389 info->
subrs = stbtt__get_subrs(b, topdict);
1392 if (cstype != 2)
return 0;
1393 if (charstrings == 0)
return 0;
1397 if (!fdselectoff)
return 0;
1398 stbtt__buf_seek(&b, fdarrayoff);
1399 info->
fontdicts = stbtt__cff_get_index(&b);
1400 info->
fdselect = stbtt__buf_range(&b, fdselectoff, b.
size-fdselectoff);
1403 stbtt__buf_seek(&b, charstrings);
1407 t = stbtt__find_table(data, fontstart,
"maxp");
1416 numTables = ttUSHORT(data + cmap + 2);
1418 for (i=0; i < numTables; ++i) {
1419 stbtt_uint32 encoding_record = cmap + 4 + 8 * i;
1421 switch(ttUSHORT(data+encoding_record)) {
1423 switch (ttUSHORT(data+encoding_record+2)) {
1427 info->
index_map = cmap + ttULONG(data+encoding_record+4);
1434 info->
index_map = cmap + ttULONG(data+encoding_record+4);
1447 stbtt_uint8 *data = info->
data;
1448 stbtt_uint32 index_map = info->
index_map;
1450 stbtt_uint16 format = ttUSHORT(data + index_map + 0);
1452 stbtt_int32 bytes = ttUSHORT(data + index_map + 2);
1453 if (unicode_codepoint < bytes-6)
1454 return ttBYTE(data + index_map + 6 + unicode_codepoint);
1456 }
else if (format == 6) {
1457 stbtt_uint32 first = ttUSHORT(data + index_map + 6);
1458 stbtt_uint32 count = ttUSHORT(data + index_map + 8);
1459 if ((stbtt_uint32) unicode_codepoint >= first && (stbtt_uint32) unicode_codepoint < first+count)
1460 return ttUSHORT(data + index_map + 10 + (unicode_codepoint - first)*2);
1462 }
else if (format == 2) {
1465 }
else if (format == 4) {
1466 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1;
1467 stbtt_uint16 searchRange = ttUSHORT(data+index_map+8) >> 1;
1468 stbtt_uint16 entrySelector = ttUSHORT(data+index_map+10);
1469 stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1;
1472 stbtt_uint32 endCount = index_map + 14;
1473 stbtt_uint32
search = endCount;
1475 if (unicode_codepoint > 0xffff)
1480 if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2))
1485 while (entrySelector) {
1488 end = ttUSHORT(data + search + searchRange*2);
1489 if (unicode_codepoint > end)
1496 stbtt_uint16 offset,
start;
1497 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1);
1499 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item));
1500 start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item);
1501 if (unicode_codepoint < start)
1504 offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item);
1506 return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item));
1508 return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*item);
1510 }
else if (format == 12 || format == 13) {
1511 stbtt_uint32 ngroups = ttULONG(data+index_map+12);
1512 stbtt_int32 low,high;
1513 low = 0; high = (stbtt_int32)ngroups;
1515 while (low < high) {
1516 stbtt_int32 mid = low + ((high-low) >> 1);
1517 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12);
1518 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4);
1519 if ((stbtt_uint32) unicode_codepoint < start_char)
1521 else if ((stbtt_uint32) unicode_codepoint > end_char)
1524 stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8);
1526 return start_glyph + unicode_codepoint-start_char;
1543 static void stbtt_setvertex(
stbtt_vertex *v, stbtt_uint8
type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy)
1546 v->
x = (stbtt_int16) x;
1547 v->
y = (stbtt_int16) y;
1548 v->
cx = (stbtt_int16) cx;
1549 v->
cy = (stbtt_int16) cy;
1552 static int stbtt__GetGlyfOffset(
const stbtt_fontinfo *info,
int glyph_index)
1558 if (glyph_index >= info->
numGlyphs)
return -1;
1562 g1 = info->
glyf + ttUSHORT(info->
data + info->
loca + glyph_index * 2) * 2;
1563 g2 = info->
glyf + ttUSHORT(info->
data + info->
loca + glyph_index * 2 + 2) * 2;
1565 g1 = info->
glyf + ttULONG (info->
data + info->
loca + glyph_index * 4);
1566 g2 = info->
glyf + ttULONG (info->
data + info->
loca + glyph_index * 4 + 4);
1569 return g1==g2 ? -1 : g1;
1572 static int stbtt__GetGlyphInfoT2(
const stbtt_fontinfo *info,
int glyph_index,
int *x0,
int *y0,
int *x1,
int *y1);
1577 stbtt__GetGlyphInfoT2(info, glyph_index, x0, y0, x1, y1);
1579 int g = stbtt__GetGlyfOffset(info, glyph_index);
1580 if (g < 0)
return 0;
1582 if (x0) *x0 = ttSHORT(info->
data + g + 2);
1583 if (y0) *y0 = ttSHORT(info->
data + g + 4);
1584 if (x1) *x1 = ttSHORT(info->
data + g + 6);
1585 if (y1) *y1 = ttSHORT(info->
data + g + 8);
1597 stbtt_int16 numberOfContours;
1600 return stbtt__GetGlyphInfoT2(info, glyph_index, NULL, NULL, NULL, NULL) == 0;
1601 g = stbtt__GetGlyfOffset(info, glyph_index);
1602 if (g < 0)
return 1;
1603 numberOfContours = ttSHORT(info->
data + g);
1604 return numberOfContours == 0;
1607 static int stbtt__close_shape(
stbtt_vertex *vertices,
int num_vertices,
int was_off,
int start_off,
1608 stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy)
1612 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy);
1613 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vcurve, sx,sy,scx,scy);
1616 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vcurve,sx,sy,cx,cy);
1618 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vline,sx,sy,0,0);
1620 return num_vertices;
1625 stbtt_int16 numberOfContours;
1626 stbtt_uint8 *endPtsOfContours;
1627 stbtt_uint8 *data = info->
data;
1630 int g = stbtt__GetGlyfOffset(info, glyph_index);
1634 if (g < 0)
return 0;
1636 numberOfContours = ttSHORT(data + g);
1638 if (numberOfContours > 0) {
1639 stbtt_uint8 flags=0,flagcount;
1640 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0;
1641 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy;
1642 stbtt_uint8 *points;
1643 endPtsOfContours = (data + g + 10);
1644 ins = ttUSHORT(data + g + 10 + numberOfContours * 2);
1645 points = data + g + 10 + numberOfContours * 2 + 2 + ins;
1647 n = 1+ttUSHORT(endPtsOfContours + numberOfContours*2-2);
1649 m = n + 2*numberOfContours;
1665 for (i=0; i < n; ++i) {
1666 if (flagcount == 0) {
1669 flagcount = *points++;
1672 vertices[off+i].
type = flags;
1677 for (i=0; i < n; ++i) {
1678 flags = vertices[off+i].
type;
1680 stbtt_int16 dx = *points++;
1681 x += (flags & 16) ? dx : -dx;
1683 if (!(flags & 16)) {
1684 x = x + (stbtt_int16) (points[0]*256 + points[1]);
1688 vertices[off+i].
x = (stbtt_int16) x;
1693 for (i=0; i < n; ++i) {
1694 flags = vertices[off+i].
type;
1696 stbtt_int16 dy = *points++;
1697 y += (flags & 32) ? dy : -dy;
1699 if (!(flags & 32)) {
1700 y = y + (stbtt_int16) (points[0]*256 + points[1]);
1704 vertices[off+i].
y = (stbtt_int16) y;
1709 sx = sy = cx = cy = scx = scy = 0;
1710 for (i=0; i < n; ++i) {
1711 flags = vertices[off+i].
type;
1712 x = (stbtt_int16) vertices[off+i].x;
1713 y = (stbtt_int16) vertices[off+i].y;
1715 if (next_move == i) {
1717 num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy);
1720 start_off = !(flags & 1);
1726 if (!(vertices[off+i+1].
type & 1)) {
1728 sx = (x + (stbtt_int32) vertices[off+i+1].x) >> 1;
1729 sy = (y + (stbtt_int32) vertices[off+i+1].y) >> 1;
1732 sx = (stbtt_int32) vertices[off+i+1].x;
1733 sy = (stbtt_int32) vertices[off+i+1].y;
1740 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vmove,sx,sy,0,0);
1742 next_move = 1 + ttUSHORT(endPtsOfContours+j*2);
1747 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy);
1753 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vcurve, x,y, cx, cy);
1755 stbtt_setvertex(&vertices[num_vertices++],
STBTT_vline, x,y,0,0);
1760 num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy);
1761 }
else if (numberOfContours == -1) {
1764 stbtt_uint8 *comp = data + g + 10;
1768 stbtt_uint16 flags, gidx;
1769 int comp_num_verts = 0, i;
1771 float mtx[6] = {1,0,0,1,0,0}, m, n;
1773 flags = ttSHORT(comp); comp+=2;
1774 gidx = ttSHORT(comp); comp+=2;
1778 mtx[4] = ttSHORT(comp); comp+=2;
1779 mtx[5] = ttSHORT(comp); comp+=2;
1781 mtx[4] = ttCHAR(comp); comp+=1;
1782 mtx[5] = ttCHAR(comp); comp+=1;
1789 if (flags & (1<<3)) {
1790 mtx[0] = mtx[3] = ttSHORT(comp)/16384.0f; comp+=2;
1791 mtx[1] = mtx[2] = 0;
1792 }
else if (flags & (1<<6)) {
1793 mtx[0] = ttSHORT(comp)/16384.0f; comp+=2;
1794 mtx[1] = mtx[2] = 0;
1795 mtx[3] = ttSHORT(comp)/16384.0f; comp+=2;
1796 }
else if (flags & (1<<7)) {
1797 mtx[0] = ttSHORT(comp)/16384.0f; comp+=2;
1798 mtx[1] = ttSHORT(comp)/16384.0f; comp+=2;
1799 mtx[2] = ttSHORT(comp)/16384.0f; comp+=2;
1800 mtx[3] = ttSHORT(comp)/16384.0f; comp+=2;
1804 m = (float)
STBTT_sqrt(mtx[0]*mtx[0] + mtx[1]*mtx[1]);
1805 n = (float)
STBTT_sqrt(mtx[2]*mtx[2] + mtx[3]*mtx[3]);
1809 if (comp_num_verts > 0) {
1811 for (i = 0; i < comp_num_verts; ++i) {
1828 if (num_vertices > 0) STBTT_memcpy(tmp, vertices, num_vertices*
sizeof(
stbtt_vertex));
1829 STBTT_memcpy(tmp+num_vertices, comp_verts, comp_num_verts*
sizeof(
stbtt_vertex));
1833 num_vertices += comp_num_verts;
1836 more = flags & (1<<5);
1838 }
else if (numberOfContours < 0) {
1845 *pvertices = vertices;
1846 return num_vertices;
1853 float first_x, first_y;
1855 stbtt_int32 min_x, max_x, min_y, max_y;
1861 #define STBTT__CSCTX_INIT(bounds) {bounds,0, 0,0, 0,0, 0,0,0,0, NULL, 0}
1863 static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_int32 y)
1865 if (x > c->max_x || !c->started) c->max_x = x;
1866 if (y > c->max_y || !c->started) c->max_y = y;
1867 if (x < c->min_x || !c->started) c->min_x = x;
1868 if (y < c->min_y || !c->started) c->min_y = y;
1872 static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8
type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1)
1875 stbtt__track_vertex(c, x, y);
1877 stbtt__track_vertex(c, cx, cy);
1878 stbtt__track_vertex(c, cx1, cy1);
1881 stbtt_setvertex(&c->pvertices[c->num_vertices],
type, x, y, cx, cy);
1882 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1;
1883 c->pvertices[c->num_vertices].cy1 = (stbtt_int16) cy1;
1888 static void stbtt__csctx_close_shape(stbtt__csctx *ctx)
1890 if (ctx->first_x != ctx->x || ctx->first_y != ctx->y)
1891 stbtt__csctx_v(ctx,
STBTT_vline, (
int)ctx->first_x, (
int)ctx->first_y, 0, 0, 0, 0);
1894 static void stbtt__csctx_rmove_to(stbtt__csctx *ctx,
float dx,
float dy)
1896 stbtt__csctx_close_shape(ctx);
1897 ctx->first_x = ctx->x = ctx->x + dx;
1898 ctx->first_y = ctx->y = ctx->y + dy;
1899 stbtt__csctx_v(ctx,
STBTT_vmove, (
int)ctx->x, (
int)ctx->y, 0, 0, 0, 0);
1902 static void stbtt__csctx_rline_to(stbtt__csctx *ctx,
float dx,
float dy)
1906 stbtt__csctx_v(ctx,
STBTT_vline, (
int)ctx->x, (
int)ctx->y, 0, 0, 0, 0);
1909 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx,
float dx1,
float dy1,
float dx2,
float dy2,
float dx3,
float dy3)
1911 float cx1 = ctx->x + dx1;
1912 float cy1 = ctx->y + dy1;
1913 float cx2 = cx1 + dx2;
1914 float cy2 = cy1 + dy2;
1917 stbtt__csctx_v(ctx,
STBTT_vcubic, (
int)ctx->x, (
int)ctx->y, (
int)cx1, (
int)cy1, (
int)cx2, (
int)cy2);
1922 int count = stbtt__cff_index_count(&idx);
1926 else if (count >= 1240)
1929 if (n < 0 || n >= count)
1930 return stbtt__new_buf(NULL, 0);
1931 return stbtt__cff_index_get(idx, n);
1937 int nranges,
start, end, v, fmt, fdselector = -1, i;
1939 stbtt__buf_seek(&fdselect, 0);
1940 fmt = stbtt__buf_get8(&fdselect);
1943 stbtt__buf_skip(&fdselect, glyph_index);
1944 fdselector = stbtt__buf_get8(&fdselect);
1945 }
else if (fmt == 3) {
1946 nranges = stbtt__buf_get16(&fdselect);
1947 start = stbtt__buf_get16(&fdselect);
1948 for (i = 0; i < nranges; i++) {
1949 v = stbtt__buf_get8(&fdselect);
1950 end = stbtt__buf_get16(&fdselect);
1951 if (glyph_index >= start && glyph_index < end) {
1958 if (fdselector == -1) stbtt__new_buf(NULL, 0);
1959 return stbtt__get_subrs(info->
cff, stbtt__cff_index_get(info->
fontdicts, fdselector));
1962 static int stbtt__run_charstring(
const stbtt_fontinfo *info,
int glyph_index, stbtt__csctx *c)
1964 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0;
1965 int has_subrs = 0, clear_stack;
1970 #define STBTT__CSERR(s) (0)
1973 b = stbtt__cff_index_get(info->
charstrings, glyph_index);
1977 b0 = stbtt__buf_get8(&b);
1983 maskbits += (sp / 2);
1985 stbtt__buf_skip(&b, (maskbits + 7) / 8);
1992 maskbits += (sp / 2);
1997 if (sp < 2)
return STBTT__CSERR(
"rmoveto stack");
1998 stbtt__csctx_rmove_to(c, s[sp-2], s[sp-1]);
2002 if (sp < 1)
return STBTT__CSERR(
"vmoveto stack");
2003 stbtt__csctx_rmove_to(c, 0, s[sp-1]);
2007 if (sp < 1)
return STBTT__CSERR(
"hmoveto stack");
2008 stbtt__csctx_rmove_to(c, s[sp-1], 0);
2012 if (sp < 2)
return STBTT__CSERR(
"rlineto stack");
2013 for (; i + 1 < sp; i += 2)
2014 stbtt__csctx_rline_to(c, s[i], s[i+1]);
2021 if (sp < 1)
return STBTT__CSERR(
"vlineto stack");
2024 if (sp < 1)
return STBTT__CSERR(
"hlineto stack");
2027 stbtt__csctx_rline_to(c, s[i], 0);
2031 stbtt__csctx_rline_to(c, 0, s[i]);
2037 if (sp < 4)
return STBTT__CSERR(
"hvcurveto stack");
2040 if (sp < 4)
return STBTT__CSERR(
"vhcurveto stack");
2042 if (i + 3 >= sp)
break;
2043 stbtt__csctx_rccurve_to(c, 0, s[i], s[i+1], s[i+2], s[i+3], (sp - i == 5) ? s[i + 4] : 0.0f);
2046 if (i + 3 >= sp)
break;
2047 stbtt__csctx_rccurve_to(c, s[i], 0, s[i+1], s[i+2], (sp - i == 5) ? s[i+4] : 0.0f, s[i+3]);
2053 if (sp < 6)
return STBTT__CSERR(
"rcurveline stack");
2054 for (; i + 5 < sp; i += 6)
2055 stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]);
2059 if (sp < 8)
return STBTT__CSERR(
"rcurveline stack");
2060 for (; i + 5 < sp - 2; i += 6)
2061 stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]);
2062 if (i + 1 >= sp)
return STBTT__CSERR(
"rcurveline stack");
2063 stbtt__csctx_rline_to(c, s[i], s[i+1]);
2067 if (sp < 8)
return STBTT__CSERR(
"rlinecurve stack");
2068 for (; i + 1 < sp - 6; i += 2)
2069 stbtt__csctx_rline_to(c, s[i], s[i+1]);
2070 if (i + 5 >= sp)
return STBTT__CSERR(
"rlinecurve stack");
2071 stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]);
2076 if (sp < 4)
return STBTT__CSERR(
"(vv|hh)curveto stack");
2078 if (sp & 1) {
f =
s[i]; i++; }
2079 for (; i + 3 < sp; i += 4) {
2081 stbtt__csctx_rccurve_to(c, s[i], f, s[i+1], s[i+2], s[i+3], 0.0);
2083 stbtt__csctx_rccurve_to(c, f, s[i], s[i+1], s[i+2], 0.0, s[i+3]);
2091 subrs = stbtt__cid_get_glyph_subrs(info, glyph_index);
2096 if (sp < 1)
return STBTT__CSERR(
"call(g|)subr stack");
2098 if (subr_stack_height >= 10)
return STBTT__CSERR(
"recursion limit");
2099 subr_stack[subr_stack_height++] = b;
2100 b = stbtt__get_subr(b0 == 0x0A ? subrs : info->
gsubrs, v);
2101 if (b.
size == 0)
return STBTT__CSERR(
"subr not found");
2107 if (subr_stack_height <= 0)
return STBTT__CSERR(
"return outside subr");
2108 b = subr_stack[--subr_stack_height];
2113 stbtt__csctx_close_shape(c);
2117 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6;
2119 int b1 = stbtt__buf_get8(&b);
2124 if (sp < 7)
return STBTT__CSERR(
"hflex stack");
2132 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0);
2133 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0);
2137 if (sp < 13)
return STBTT__CSERR(
"flex stack");
2151 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3);
2152 stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6);
2156 if (sp < 9)
return STBTT__CSERR(
"hflex1 stack");
2166 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0);
2167 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, dy5, dx6, -(dy1+dy2+dy5));
2171 if (sp < 11)
return STBTT__CSERR(
"flex1 stack");
2183 dx = dx1+dx2+dx3+dx4+dx5;
2184 dy = dy1+dy2+dy3+dy4+dy5;
2189 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3);
2190 stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6);
2194 return STBTT__CSERR(
"unimplemented");
2199 if (b0 != 255 && b0 != 28 && (b0 < 32 || b0 > 254))
2200 return STBTT__CSERR(
"reserved operator");
2204 f = (float)(stbtt_int32)stbtt__buf_get32(&b) / 0x10000;
2206 stbtt__buf_skip(&b, -1);
2207 f = (float)(stbtt_int16)stbtt__cff_int(&b);
2209 if (sp >= 48)
return STBTT__CSERR(
"push stack overflow");
2214 if (clear_stack) sp = 0;
2216 return STBTT__CSERR(
"no endchar");
2224 stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1);
2225 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0);
2226 if (stbtt__run_charstring(info, glyph_index, &count_ctx)) {
2228 output_ctx.pvertices = *pvertices;
2229 if (stbtt__run_charstring(info, glyph_index, &output_ctx)) {
2230 STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices);
2231 return output_ctx.num_vertices;
2238 static int stbtt__GetGlyphInfoT2(
const stbtt_fontinfo *info,
int glyph_index,
int *x0,
int *y0,
int *x1,
int *y1)
2240 stbtt__csctx c = STBTT__CSCTX_INIT(1);
2241 int r = stbtt__run_charstring(info, glyph_index, &c);
2242 if (x0) *x0 = r ? c.min_x : 0;
2243 if (y0) *y0 = r ? c.min_y : 0;
2244 if (x1) *x1 = r ? c.max_x : 0;
2245 if (y1) *y1 = r ? c.max_y : 0;
2246 return r ? c.num_vertices : 0;
2252 return stbtt__GetGlyphShapeTT(info, glyph_index, pvertices);
2254 return stbtt__GetGlyphShapeT2(info, glyph_index, pvertices);
2259 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->
data+info->
hhea + 34);
2260 if (glyph_index < numOfLongHorMetrics) {
2261 if (advanceWidth) *advanceWidth = ttSHORT(info->
data + info->
hmtx + 4*glyph_index);
2262 if (leftSideBearing) *leftSideBearing = ttSHORT(info->
data + info->
hmtx + 4*glyph_index + 2);
2264 if (advanceWidth) *advanceWidth = ttSHORT(info->
data + info->
hmtx + 4*(numOfLongHorMetrics-1));
2265 if (leftSideBearing) *leftSideBearing = ttSHORT(info->
data + info->
hmtx + 4*numOfLongHorMetrics + 2*(glyph_index - numOfLongHorMetrics));
2269 static int stbtt__GetGlyphKernInfoAdvance(
const stbtt_fontinfo *info,
int glyph1,
int glyph2)
2271 stbtt_uint8 *data = info->
data + info->
kern;
2272 stbtt_uint32 needle, straw;
2278 if (ttUSHORT(data+2) < 1)
2280 if (ttUSHORT(data+8) != 1)
2284 r = ttUSHORT(data+10) - 1;
2285 needle = glyph1 << 16 | glyph2;
2288 straw = ttULONG(data+18+(m*6));
2291 else if (needle > straw)
2294 return ttSHORT(data+22+(m*6));
2299 static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable,
int glyph)
2301 stbtt_uint16 coverageFormat = ttUSHORT(coverageTable);
2302 switch(coverageFormat) {
2304 stbtt_uint16 glyphCount = ttUSHORT(coverageTable + 2);
2307 stbtt_int32 l=0, r=glyphCount-1, m;
2308 int straw, needle=glyph;
2310 stbtt_uint8 *glyphArray = coverageTable + 4;
2311 stbtt_uint16 glyphID;
2313 glyphID = ttUSHORT(glyphArray + 2 * m);
2317 else if (needle > straw)
2326 stbtt_uint16 rangeCount = ttUSHORT(coverageTable + 2);
2327 stbtt_uint8 *rangeArray = coverageTable + 4;
2330 stbtt_int32 l=0, r=rangeCount-1, m;
2331 int strawStart, strawEnd, needle=glyph;
2333 stbtt_uint8 *rangeRecord;
2335 rangeRecord = rangeArray + 6 * m;
2336 strawStart = ttUSHORT(rangeRecord);
2337 strawEnd = ttUSHORT(rangeRecord + 2);
2338 if (needle < strawStart)
2340 else if (needle > strawEnd)
2343 stbtt_uint16 startCoverageIndex = ttUSHORT(rangeRecord + 4);
2344 return startCoverageIndex + glyph - strawStart;
2358 static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable,
int glyph)
2360 stbtt_uint16 classDefFormat = ttUSHORT(classDefTable);
2361 switch(classDefFormat)
2364 stbtt_uint16 startGlyphID = ttUSHORT(classDefTable + 2);
2365 stbtt_uint16 glyphCount = ttUSHORT(classDefTable + 4);
2366 stbtt_uint8 *classDef1ValueArray = classDefTable + 6;
2368 if (glyph >= startGlyphID && glyph < startGlyphID + glyphCount)
2369 return (stbtt_int32)ttUSHORT(classDef1ValueArray + 2 * (glyph - startGlyphID));
2371 classDefTable = classDef1ValueArray + 2 * glyphCount;
2375 stbtt_uint16 classRangeCount = ttUSHORT(classDefTable + 2);
2376 stbtt_uint8 *classRangeRecords = classDefTable + 4;
2379 stbtt_int32 l=0, r=classRangeCount-1, m;
2380 int strawStart, strawEnd, needle=glyph;
2382 stbtt_uint8 *classRangeRecord;
2384 classRangeRecord = classRangeRecords + 6 * m;
2385 strawStart = ttUSHORT(classRangeRecord);
2386 strawEnd = ttUSHORT(classRangeRecord + 2);
2387 if (needle < strawStart)
2389 else if (needle > strawEnd)
2392 return (stbtt_int32)ttUSHORT(classRangeRecord + 4);
2395 classDefTable = classRangeRecords + 6 * classRangeCount;
2408 #define STBTT_GPOS_TODO_assert(x)
2410 static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(
const stbtt_fontinfo *info,
int glyph1,
int glyph2)
2412 stbtt_uint16 lookupListOffset;
2413 stbtt_uint8 *lookupList;
2414 stbtt_uint16 lookupCount;
2418 if (!info->
gpos)
return 0;
2422 if (ttUSHORT(data+0) != 1)
return 0;
2423 if (ttUSHORT(data+2) != 0)
return 0;
2425 lookupListOffset = ttUSHORT(data+8);
2426 lookupList = data + lookupListOffset;
2427 lookupCount = ttUSHORT(lookupList);
2429 for (i=0; i<lookupCount; ++i) {
2430 stbtt_uint16 lookupOffset = ttUSHORT(lookupList + 2 + 2 * i);
2431 stbtt_uint8 *lookupTable = lookupList + lookupOffset;
2433 stbtt_uint16 lookupType = ttUSHORT(lookupTable);
2434 stbtt_uint16 subTableCount = ttUSHORT(lookupTable + 4);
2435 stbtt_uint8 *subTableOffsets = lookupTable + 6;
2436 switch(lookupType) {
2439 for (sti=0; sti<subTableCount; sti++) {
2440 stbtt_uint16 subtableOffset = ttUSHORT(subTableOffsets + 2 * sti);
2441 stbtt_uint8 *table = lookupTable + subtableOffset;
2442 stbtt_uint16 posFormat = ttUSHORT(table);
2443 stbtt_uint16 coverageOffset = ttUSHORT(table + 2);
2444 stbtt_int32 coverageIndex = stbtt__GetCoverageIndex(table + coverageOffset, glyph1);
2445 if (coverageIndex == -1)
continue;
2447 switch (posFormat) {
2449 stbtt_int32 l, r, m;
2451 stbtt_uint16 valueFormat1 = ttUSHORT(table + 4);
2452 stbtt_uint16 valueFormat2 = ttUSHORT(table + 6);
2453 stbtt_int32 valueRecordPairSizeInBytes = 2;
2454 stbtt_uint16 pairSetCount = ttUSHORT(table + 8);
2455 stbtt_uint16 pairPosOffset = ttUSHORT(table + 10 + 2 * coverageIndex);
2456 stbtt_uint8 *pairValueTable = table + pairPosOffset;
2457 stbtt_uint16 pairValueCount = ttUSHORT(pairValueTable);
2458 stbtt_uint8 *pairValueArray = pairValueTable + 2;
2460 STBTT_GPOS_TODO_assert(valueFormat1 == 4);
2461 if (valueFormat1 != 4)
return 0;
2462 STBTT_GPOS_TODO_assert(valueFormat2 == 0);
2463 if (valueFormat2 != 0)
return 0;
2466 STBTT__NOTUSED(pairSetCount);
2474 stbtt_uint16 secondGlyph;
2475 stbtt_uint8 *pairValue;
2477 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m;
2478 secondGlyph = ttUSHORT(pairValue);
2479 straw = secondGlyph;
2482 else if (needle > straw)
2485 stbtt_int16 xAdvance = ttSHORT(pairValue + 2);
2492 stbtt_uint16 valueFormat1 = ttUSHORT(table + 4);
2493 stbtt_uint16 valueFormat2 = ttUSHORT(table + 6);
2495 stbtt_uint16 classDef1Offset = ttUSHORT(table + 8);
2496 stbtt_uint16 classDef2Offset = ttUSHORT(table + 10);
2497 int glyph1class = stbtt__GetGlyphClass(table + classDef1Offset, glyph1);
2498 int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2);
2500 stbtt_uint16 class1Count = ttUSHORT(table + 12);
2501 stbtt_uint16 class2Count = ttUSHORT(table + 14);
2506 STBTT_GPOS_TODO_assert(valueFormat1 == 4);
2507 if (valueFormat1 != 4)
return 0;
2508 STBTT_GPOS_TODO_assert(valueFormat2 == 0);
2509 if (valueFormat2 != 0)
return 0;
2511 if (glyph1class >= 0 && glyph1class < class1Count && glyph2class >= 0 && glyph2class < class2Count) {
2512 stbtt_uint8 *class1Records = table + 16;
2513 stbtt_uint8 *class2Records = class1Records + 2 * (glyph1class * class2Count);
2514 stbtt_int16 xAdvance = ttSHORT(class2Records + 2 * glyph2class);
2543 xAdvance += stbtt__GetGlyphGPOSInfoAdvance(info, g1, g2);
2546 xAdvance += stbtt__GetGlyphKernInfoAdvance(info, g1, g2);
2565 if (ascent ) *ascent = ttSHORT(info->
data+info->
hhea + 4);
2566 if (descent) *descent = ttSHORT(info->
data+info->
hhea + 6);
2567 if (lineGap) *lineGap = ttSHORT(info->
data+info->
hhea + 8);
2572 int tab = stbtt__find_table(info->
data, info->
fontstart,
"OS/2");
2575 if (typoAscent ) *typoAscent = ttSHORT(info->
data+tab + 68);
2576 if (typoDescent) *typoDescent = ttSHORT(info->
data+tab + 70);
2577 if (typoLineGap) *typoLineGap = ttSHORT(info->
data+tab + 72);
2583 *x0 = ttSHORT(info->
data + info->
head + 36);
2584 *y0 = ttSHORT(info->
data + info->
head + 38);
2585 *x1 = ttSHORT(info->
data + info->
head + 40);
2586 *y1 = ttSHORT(info->
data + info->
head + 42);
2591 int fheight = ttSHORT(info->
data + info->
hhea + 4) - ttSHORT(info->
data + info->
hhea + 6);
2592 return (
float) height / fheight;
2597 int unitsPerEm = ttUSHORT(info->
data + info->
head + 18);
2598 return pixels / unitsPerEm;
2613 int x0=0,y0=0,x1,y1;
2624 if (ix1) *ix1 =
STBTT_iceil ( x1 * scale_x + shift_x);
2625 if (iy1) *iy1 =
STBTT_iceil (-y0 * scale_y + shift_y);
2636 stbtt_GetGlyphBitmapBoxSubpixel(font,
stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift_x,shift_y, ix0,iy0,ix1,iy1);
2648 typedef struct stbtt__hheap_chunk
2650 struct stbtt__hheap_chunk *next;
2651 } stbtt__hheap_chunk;
2653 typedef struct stbtt__hheap
2655 struct stbtt__hheap_chunk *head;
2657 int num_remaining_in_head_chunk;
2660 static void *stbtt__hheap_alloc(stbtt__hheap *hh,
size_t size,
void *userdata)
2662 if (hh->first_free) {
2663 void *p = hh->first_free;
2664 hh->first_free = * (
void **) p;
2667 if (hh->num_remaining_in_head_chunk == 0) {
2668 int count = (size < 32 ? 2000 : size < 128 ? 800 : 100);
2669 stbtt__hheap_chunk *c = (stbtt__hheap_chunk *)
STBTT_malloc(
sizeof(stbtt__hheap_chunk) + size * count, userdata);
2674 hh->num_remaining_in_head_chunk = count;
2676 --hh->num_remaining_in_head_chunk;
2677 return (
char *) (hh->head) +
sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk;
2681 static void stbtt__hheap_free(stbtt__hheap *hh,
void *p)
2683 *(
void **) p = hh->first_free;
2687 static void stbtt__hheap_cleanup(stbtt__hheap *hh,
void *userdata)
2689 stbtt__hheap_chunk *c = hh->head;
2691 stbtt__hheap_chunk *n = c->next;
2697 typedef struct stbtt__edge {
2703 typedef struct stbtt__active_edge
2705 struct stbtt__active_edge *next;
2706 #if STBTT_RASTERIZER_VERSION==1
2710 #elif STBTT_RASTERIZER_VERSION==2
2716 #error "Unrecognized value of STBTT_RASTERIZER_VERSION"
2718 } stbtt__active_edge;
2720 #if STBTT_RASTERIZER_VERSION == 1
2721 #define STBTT_FIXSHIFT 10
2722 #define STBTT_FIX (1 << STBTT_FIXSHIFT)
2723 #define STBTT_FIXMASK (STBTT_FIX-1)
2725 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e,
int off_x,
float start_point,
void *userdata)
2727 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh,
sizeof(*z), userdata);
2728 float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0);
2738 z->x =
STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0));
2739 z->x -= off_x * STBTT_FIX;
2743 z->direction = e->invert ? 1 : -1;
2746 #elif STBTT_RASTERIZER_VERSION == 2
2747 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e,
int off_x,
float start_point,
void *userdata)
2749 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh,
sizeof(*z), userdata);
2750 float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0);
2755 z->fdy = dxdy != 0.0f ? (1.0f/dxdy) : 0.0f;
2756 z->fx = e->x0 + dxdy * (start_point - e->y0);
2758 z->direction = e->invert ? 1.0f : -1.0f;
2765 #error "Unrecognized value of STBTT_RASTERIZER_VERSION"
2768 #if STBTT_RASTERIZER_VERSION == 1
2772 static void stbtt__fill_active_edges(
unsigned char *scanline,
int len, stbtt__active_edge *e,
int max_weight)
2780 x0 = e->x; w += e->direction;
2782 int x1 = e->x; w += e->direction;
2785 int i = x0 >> STBTT_FIXSHIFT;
2786 int j = x1 >> STBTT_FIXSHIFT;
2788 if (i < len && j >= 0) {
2791 scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT);
2794 scanline[i] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STBTT_FIXSHIFT);
2799 scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT);
2803 for (++i; i < j; ++i)
2804 scanline[i] = scanline[i] + (stbtt_uint8) max_weight;
2814 static void stbtt__rasterize_sorted_edges(
stbtt__bitmap *result, stbtt__edge *e,
int n,
int vsubsample,
int off_x,
int off_y,
void *userdata)
2816 stbtt__hheap hh = { 0, 0, 0 };
2817 stbtt__active_edge *active =
NULL;
2819 int max_weight = (255 / vsubsample);
2821 unsigned char scanline_data[512], *scanline;
2823 if (result->
w > 512)
2824 scanline = (
unsigned char *)
STBTT_malloc(result->
w, userdata);
2826 scanline = scanline_data;
2828 y = off_y * vsubsample;
2829 e[n].y0 = (off_y + result->
h) * (
float) vsubsample + 1;
2831 while (j < result->h) {
2832 STBTT_memset(scanline, 0, result->
w);
2833 for (s=0;
s < vsubsample; ++
s) {
2835 float scan_y = y + 0.5f;
2836 stbtt__active_edge **
step = &active;
2841 stbtt__active_edge * z = *
step;
2842 if (z->ey <= scan_y) {
2846 stbtt__hheap_free(&hh, z);
2849 step = &((*step)->next);
2857 while (*step && (*step)->next) {
2858 if ((*step)->x > (*step)->next->x) {
2859 stbtt__active_edge *
t = *
step;
2860 stbtt__active_edge *q =
t->next;
2867 step = &(*step)->next;
2869 if (!changed)
break;
2873 while (e->y0 <= scan_y) {
2874 if (e->y1 > scan_y) {
2875 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
2880 else if (z->x < active->x) {
2886 stbtt__active_edge *p = active;
2887 while (p->next && p->next->x < z->x)
2900 stbtt__fill_active_edges(scanline, result->
w, active, max_weight);
2904 STBTT_memcpy(result->
pixels + j * result->
stride, scanline, result->
w);
2908 stbtt__hheap_cleanup(&hh, userdata);
2910 if (scanline != scanline_data)
2914 #elif STBTT_RASTERIZER_VERSION == 2
2918 static void stbtt__handle_clipped_edge(
float *scanline,
int x, stbtt__active_edge *e,
float x0,
float y0,
float x1,
float y1)
2920 if (y0 == y1)
return;
2923 if (y0 > e->ey)
return;
2924 if (y1 < e->sy)
return;
2926 x0 += (x1-x0) * (e->sy - y0) / (y1-y0);
2930 x1 += (x1-x0) * (e->ey - y1) / (y1-y0);
2945 if (x0 <= x && x1 <= x)
2946 scanline[x] += e->direction * (y1-y0);
2947 else if (x0 >= x+1 && x1 >= x+1)
2950 STBTT_assert(x0 >= x && x0 <= x+1 && x1 >= x && x1 <= x+1);
2951 scanline[x] += e->direction * (y1-y0) * (1-((x0-x)+(x1-x))/2);
2955 static void stbtt__fill_active_edges_new(
float *scanline,
float *scanline_fill,
int len, stbtt__active_edge *e,
float y_top)
2957 float y_bottom = y_top+1;
2969 stbtt__handle_clipped_edge(scanline,(
int) x0,e, x0,y_top, x0,y_bottom);
2970 stbtt__handle_clipped_edge(scanline_fill-1,(
int) x0+1,e, x0,y_top, x0,y_bottom);
2972 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom);
2979 float x_top, x_bottom;
2987 if (e->sy > y_top) {
2988 x_top = x0 + dx * (e->sy - y_top);
2994 if (e->ey < y_bottom) {
2995 x_bottom = x0 + dx * (e->ey - y_top);
3002 if (x_top >= 0 && x_bottom >= 0 && x_top < len && x_bottom < len) {
3005 if ((
int) x_top == (int) x_bottom) {
3008 int x = (int) x_top;
3011 scanline[x] += e->direction * (1-((x_top - x) + (x_bottom-x))/2) * height;
3012 scanline_fill[x] += e->direction * height;
3015 float y_crossing,
step,
sign, area;
3017 if (x_top > x_bottom) {
3020 sy0 = y_bottom - (sy0 - y_top);
3021 sy1 = y_bottom - (sy1 - y_top);
3022 t = sy0, sy0 = sy1, sy1 =
t;
3023 t = x_bottom, x_bottom = x_top, x_top =
t;
3026 t = x0, x0 = xb, xb =
t;
3030 x2 = (int) x_bottom;
3032 y_crossing = (x1+1 - x0) * dy + y_top;
3034 sign = e->direction;
3036 area =
sign * (y_crossing-sy0);
3038 scanline[x1] += area * (1-((x_top - x1)+(x1+1-x1))/2);
3041 for (x = x1+1; x < x2; ++x) {
3042 scanline[x] += area +
step/2;
3045 y_crossing += dy * (x2 - (x1+1));
3049 scanline[x2] += area +
sign * (1-((x2-x2)+(x_bottom-x2))/2) * (sy1-y_crossing);
3051 scanline_fill[x2] +=
sign * (sy1-sy0);
3059 for (x=0; x < len; ++x) {
3075 float x1 = (float) (x);
3076 float x2 = (float) (x+1);
3078 float y3 = y_bottom;
3083 float y1 = (x - x0) / dx + y_top;
3084 float y2 = (x+1 - x0) / dx + y_top;
3086 if (x0 < x1 && x3 > x2) {
3087 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1);
3088 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2);
3089 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3);
3090 }
else if (x3 < x1 && x0 > x2) {
3091 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2);
3092 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1);
3093 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3);
3094 }
else if (x0 < x1 && x3 > x1) {
3095 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1);
3096 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3);
3097 }
else if (x3 < x1 && x0 > x1) {
3098 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1);
3099 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3);
3100 }
else if (x0 < x2 && x3 > x2) {
3101 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2);
3102 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3);
3103 }
else if (x3 < x2 && x0 > x2) {
3104 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2);
3105 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3);
3107 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x3,y3);
3117 static void stbtt__rasterize_sorted_edges(
stbtt__bitmap *result, stbtt__edge *e,
int n,
int vsubsample,
int off_x,
int off_y,
void *userdata)
3119 stbtt__hheap hh = { 0, 0, 0 };
3120 stbtt__active_edge *active =
NULL;
3122 float scanline_data[129], *scanline, *scanline2;
3124 STBTT__NOTUSED(vsubsample);
3127 scanline = (
float *)
STBTT_malloc((result->
w*2+1) *
sizeof(float), userdata);
3129 scanline = scanline_data;
3131 scanline2 = scanline + result->
w;
3134 e[n].y0 = (float) (off_y + result->
h) + 1;
3136 while (j < result->h) {
3138 float scan_y_top = y + 0.0f;
3139 float scan_y_bottom = y + 1.0f;
3140 stbtt__active_edge **
step = &active;
3142 STBTT_memset(scanline , 0, result->
w*
sizeof(scanline[0]));
3143 STBTT_memset(scanline2, 0, (result->
w+1)*
sizeof(scanline[0]));
3148 stbtt__active_edge * z = *
step;
3149 if (z->ey <= scan_y_top) {
3153 stbtt__hheap_free(&hh, z);
3155 step = &((*step)->next);
3160 while (e->y0 <= scan_y_bottom) {
3161 if (e->y0 != e->y1) {
3162 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);
3175 stbtt__fill_active_edges_new(scanline, scanline2+1, result->
w, active, scan_y_top);
3179 for (i=0; i < result->
w; ++i) {
3182 sum += scanline2[i];
3183 k = scanline[i] + sum;
3186 if (m > 255) m = 255;
3187 result->
pixels[j*result->
stride + i] = (
unsigned char) m;
3193 stbtt__active_edge *z = *
step;
3195 step = &((*step)->next);
3202 stbtt__hheap_cleanup(&hh, userdata);
3204 if (scanline != scanline_data)
3208 #error "Unrecognized value of STBTT_RASTERIZER_VERSION"
3211 #define STBTT__COMPARE(a,b) ((a)->y0 < (b)->y0)
3213 static void stbtt__sort_edges_ins_sort(stbtt__edge *p,
int n)
3216 for (i=1; i < n; ++i) {
3217 stbtt__edge
t = p[i], *a = &
t;
3220 stbtt__edge *b = &p[j-1];
3221 int c = STBTT__COMPARE(a,b);
3231 static void stbtt__sort_edges_quicksort(stbtt__edge *p,
int n)
3236 int c01,c12,c,m,i,j;
3240 c01 = STBTT__COMPARE(&p[0],&p[m]);
3241 c12 = STBTT__COMPARE(&p[m],&p[n-1]);
3246 c = STBTT__COMPARE(&p[0],&p[n-1]);
3249 z = (c == c12) ? 0 : n-1;
3267 if (!STBTT__COMPARE(&p[i], &p[0]))
break;
3270 if (!STBTT__COMPARE(&p[0], &p[j]))
break;
3283 stbtt__sort_edges_quicksort(p,j);
3287 stbtt__sort_edges_quicksort(p+i, n-i);
3293 static void stbtt__sort_edges(stbtt__edge *p,
int n)
3295 stbtt__sort_edges_quicksort(p, n);
3296 stbtt__sort_edges_ins_sort(p, n);
3304 static void stbtt__rasterize(
stbtt__bitmap *result, stbtt__point *pts,
int *wcount,
int windings,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int off_x,
int off_y,
int invert,
void *userdata)
3306 float y_scale_inv = invert ? -scale_y : scale_y;
3309 #if STBTT_RASTERIZER_VERSION == 1
3310 int vsubsample = result->
h < 8 ? 15 : 5;
3311 #elif STBTT_RASTERIZER_VERSION == 2
3314 #error "Unrecognized value of STBTT_RASTERIZER_VERSION"
3320 for (i=0; i < windings; ++i)
3323 e = (stbtt__edge *)
STBTT_malloc(
sizeof(*e) * (n+1), userdata);
3328 for (i=0; i < windings; ++i) {
3329 stbtt__point *p = pts + m;
3332 for (k=0; k < wcount[i]; j=k++) {
3335 if (p[j].y == p[k].y)
3339 if (invert ? p[j].y > p[k].y : p[j].y < p[k].y) {
3343 e[n].x0 = p[a].x * scale_x + shift_x;
3344 e[n].y0 = (p[a].y * y_scale_inv + shift_y) * vsubsample;
3345 e[n].x1 = p[b].x * scale_x + shift_x;
3346 e[n].y1 = (p[b].y * y_scale_inv + shift_y) * vsubsample;
3353 stbtt__sort_edges(e, n);
3356 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata);
3361 static void stbtt__add_point(stbtt__point *points,
int n,
float x,
float y)
3363 if (!points)
return;
3369 static int stbtt__tesselate_curve(stbtt__point *points,
int *num_points,
float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float objspace_flatness_squared,
int n)
3372 float mx = (x0 + 2*x1 + x2)/4;
3373 float my = (y0 + 2*y1 + y2)/4;
3375 float dx = (x0+x2)/2 - mx;
3376 float dy = (y0+y2)/2 - my;
3379 if (dx*dx+dy*dy > objspace_flatness_squared) {
3380 stbtt__tesselate_curve(points, num_points, x0,y0, (x0+x1)/2.0f,(y0+y1)/2.0f, mx,my, objspace_flatness_squared,n+1);
3381 stbtt__tesselate_curve(points, num_points, mx,my, (x1+x2)/2.0f,(y1+y2)/2.0f, x2,y2, objspace_flatness_squared,n+1);
3383 stbtt__add_point(points, *num_points,x2,y2);
3384 *num_points = *num_points+1;
3389 static void stbtt__tesselate_cubic(stbtt__point *points,
int *num_points,
float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float objspace_flatness_squared,
int n)
3401 float shortlen = (float)
STBTT_sqrt(dx*dx+dy*dy);
3402 float flatness_squared = longlen*longlen-shortlen*shortlen;
3407 if (flatness_squared > objspace_flatness_squared) {
3408 float x01 = (x0+x1)/2;
3409 float y01 = (y0+y1)/2;
3410 float x12 = (x1+x2)/2;
3411 float y12 = (y1+y2)/2;
3412 float x23 = (x2+x3)/2;
3413 float y23 = (y2+y3)/2;
3415 float xa = (x01+x12)/2;
3416 float ya = (y01+y12)/2;
3417 float xb = (x12+x23)/2;
3418 float yb = (y12+y23)/2;
3420 float mx = (xa+xb)/2;
3421 float my = (ya+yb)/2;
3423 stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1);
3424 stbtt__tesselate_cubic(points, num_points, mx,my, xb,yb, x23,y23, x3,y3, objspace_flatness_squared,n+1);
3426 stbtt__add_point(points, *num_points,x3,y3);
3427 *num_points = *num_points+1;
3432 static stbtt__point *stbtt_FlattenCurves(
stbtt_vertex *vertices,
int num_verts,
float objspace_flatness,
int **contour_lengths,
int *num_contours,
void *userdata)
3434 stbtt__point *points=0;
3437 float objspace_flatness_squared = objspace_flatness * objspace_flatness;
3438 int i,n=0,
start=0, pass;
3441 for (i=0; i < num_verts; ++i)
3446 if (n == 0)
return 0;
3448 *contour_lengths = (
int *)
STBTT_malloc(
sizeof(**contour_lengths) * n, userdata);
3450 if (*contour_lengths == 0) {
3456 for (pass=0; pass < 2; ++pass) {
3459 points = (stbtt__point *)
STBTT_malloc(num_points *
sizeof(points[0]), userdata);
3460 if (points == NULL)
goto error;
3464 for (i=0; i < num_verts; ++i) {
3465 switch (vertices[i].
type) {
3469 (*contour_lengths)[n] = num_points -
start;
3473 x = vertices[i].
x, y = vertices[i].
y;
3474 stbtt__add_point(points, num_points++, x,y);
3477 x = vertices[i].
x, y = vertices[i].
y;
3478 stbtt__add_point(points, num_points++, x, y);
3481 stbtt__tesselate_curve(points, &num_points, x,y,
3482 vertices[i].cx, vertices[i].cy,
3483 vertices[i].x, vertices[i].y,
3484 objspace_flatness_squared, 0);
3485 x = vertices[i].
x, y = vertices[i].
y;
3488 stbtt__tesselate_cubic(points, &num_points, x,y,
3489 vertices[i].cx, vertices[i].cy,
3490 vertices[i].cx1, vertices[i].cy1,
3491 vertices[i].x, vertices[i].y,
3492 objspace_flatness_squared, 0);
3493 x = vertices[i].
x, y = vertices[i].
y;
3497 (*contour_lengths)[n] = num_points -
start;
3504 *contour_lengths = 0;
3509 STBTT_DEF void stbtt_Rasterize(
stbtt__bitmap *result,
float flatness_in_pixels,
stbtt_vertex *vertices,
int num_verts,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int x_off,
int y_off,
int invert,
void *userdata)
3511 float scale = scale_x > scale_y ? scale_y : scale_x;
3512 int winding_count = 0;
3513 int *winding_lengths =
NULL;
3514 stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata);
3516 stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata);
3529 int ix0,iy0,ix1,iy1;
3534 if (scale_x == 0) scale_x = scale_y;
3546 gbm.
w = (ix1 - ix0);
3547 gbm.
h = (iy1 - iy0);
3550 if (width ) *width = gbm.
w;
3551 if (height) *height = gbm.
h;
3552 if (xoff ) *xoff = ix0;
3553 if (yoff ) *yoff = iy0;
3555 if (gbm.
w && gbm.
h) {
3560 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1, info->
userdata);
3586 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, info->
userdata);
3598 return stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y,shift_x,shift_y,
stbtt_FindGlyphIndex(info,codepoint), width,height,xoff,yoff);
3601 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(
const stbtt_fontinfo *info,
unsigned char *output,
int out_w,
int out_h,
int out_stride,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int oversample_x,
int oversample_y,
float *sub_x,
float *sub_y,
int codepoint)
3603 stbtt_MakeGlyphBitmapSubpixelPrefilter(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y,
stbtt_FindGlyphIndex(info,codepoint));
3608 stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, shift_y,
stbtt_FindGlyphIndex(info,codepoint));
3627 static int stbtt_BakeFontBitmap_internal(
unsigned char *data,
int offset,
3629 unsigned char *pixels,
int pw,
int ph,
3630 int first_char,
int num_chars,
3634 int x,y,bottom_y, i;
3639 STBTT_memset(pixels, 0, pw*ph);
3645 for (i=0; i < num_chars; ++i) {
3646 int advance, lsb, x0,y0,x1,y1,gw,gh;
3652 if (x + gw + 1 >= pw)
3653 y = bottom_y, x = 1;
3654 if (y + gh + 1 >= ph)
3659 chardata[i].
x0 = (stbtt_int16) x;
3660 chardata[i].
y0 = (stbtt_int16) y;
3661 chardata[i].
x1 = (stbtt_int16) (x + gw);
3662 chardata[i].
y1 = (stbtt_int16) (y + gh);
3663 chardata[i].
xadvance = scale * advance;
3664 chardata[i].
xoff = (float) x0;
3665 chardata[i].
yoff = (float) y0;
3667 if (y+gh+1 > bottom_y)
3675 float d3d_bias = opengl_fillrule ? 0 : -0.5f;
3676 float ipw = 1.0f / pw, iph = 1.0f / ph;
3681 q->
x0 = round_x + d3d_bias;
3682 q->
y0 = round_y + d3d_bias;
3683 q->
x1 = round_x + b->
x1 - b->
x0 + d3d_bias;
3684 q->
y1 = round_y + b->
y1 - b->
y0 + d3d_bias;
3686 q->
s0 = b->
x0 * ipw;
3687 q->
t0 = b->
y0 * iph;
3688 q->
s1 = b->
x1 * ipw;
3689 q->
t1 = b->
y1 * iph;
3699 #ifndef STB_RECT_PACK_VERSION
3738 STBTT__NOTUSED(nodes);
3739 STBTT__NOTUSED(num_nodes);
3745 for (i=0; i < num_rects; ++i) {
3746 if (con->x + rects[i].w > con->
width) {
3748 con->y = con->bottom_y;
3750 if (con->y + rects[i].h > con->
height)
3752 rects[i].
x = con->x;
3753 rects[i].
y = con->y;
3755 con->x += rects[i].
w;
3756 if (con->y + rects[i].h > con->bottom_y)
3757 con->bottom_y = con->y + rects[i].
h;
3759 for ( ; i < num_rects; ++i)
3760 rects[i].was_packed = 0;
3774 int num_nodes = pw - padding;
3777 if (context == NULL || nodes == NULL) {
3778 if (context != NULL)
STBTT_free(context, alloc_context);
3779 if (nodes != NULL)
STBTT_free(nodes , alloc_context);
3797 STBTT_memset(pixels, 0, pw*ph);
3812 if (h_oversample <= STBTT_MAX_OVERSAMPLE)
3814 if (v_oversample <= STBTT_MAX_OVERSAMPLE)
3818 #define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1)
3820 static void stbtt__h_prefilter(
unsigned char *pixels,
int w,
int h,
int stride_in_bytes,
unsigned int kernel_width)
3822 unsigned char buffer[STBTT_MAX_OVERSAMPLE];
3823 int safe_w = w - kernel_width;
3825 STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE);
3826 for (j=0; j < h; ++j) {
3829 STBTT_memset(buffer, 0, kernel_width);
3834 switch (kernel_width) {
3836 for (i=0; i <= safe_w; ++i) {
3837 total += pixels[i] - buffer[i & STBTT__OVER_MASK];
3838 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i];
3839 pixels[i] = (
unsigned char) (total / 2);
3843 for (i=0; i <= safe_w; ++i) {
3844 total += pixels[i] - buffer[i & STBTT__OVER_MASK];
3845 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i];
3846 pixels[i] = (
unsigned char) (total / 3);
3850 for (i=0; i <= safe_w; ++i) {
3851 total += pixels[i] - buffer[i & STBTT__OVER_MASK];
3852 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i];
3853 pixels[i] = (
unsigned char) (total / 4);
3857 for (i=0; i <= safe_w; ++i) {
3858 total += pixels[i] - buffer[i & STBTT__OVER_MASK];
3859 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i];
3860 pixels[i] = (
unsigned char) (total / 5);
3864 for (i=0; i <= safe_w; ++i) {
3865 total += pixels[i] - buffer[i & STBTT__OVER_MASK];
3866 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i];
3867 pixels[i] = (
unsigned char) (total / kernel_width);
3872 for (; i < w; ++i) {
3874 total -= buffer[i & STBTT__OVER_MASK];
3875 pixels[i] = (
unsigned char) (total / kernel_width);
3878 pixels += stride_in_bytes;
3882 static void stbtt__v_prefilter(
unsigned char *pixels,
int w,
int h,
int stride_in_bytes,
unsigned int kernel_width)
3884 unsigned char buffer[STBTT_MAX_OVERSAMPLE];
3885 int safe_h = h - kernel_width;
3887 STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE);
3888 for (j=0; j < w; ++j) {
3891 STBTT_memset(buffer, 0, kernel_width);
3896 switch (kernel_width) {
3898 for (i=0; i <= safe_h; ++i) {
3899 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
3900 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes];
3901 pixels[i*stride_in_bytes] = (
unsigned char) (total / 2);
3905 for (i=0; i <= safe_h; ++i) {
3906 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
3907 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes];
3908 pixels[i*stride_in_bytes] = (
unsigned char) (total / 3);
3912 for (i=0; i <= safe_h; ++i) {
3913 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
3914 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes];
3915 pixels[i*stride_in_bytes] = (
unsigned char) (total / 4);
3919 for (i=0; i <= safe_h; ++i) {
3920 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
3921 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes];
3922 pixels[i*stride_in_bytes] = (
unsigned char) (total / 5);
3926 for (i=0; i <= safe_h; ++i) {
3927 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
3928 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes];
3929 pixels[i*stride_in_bytes] = (
unsigned char) (total / kernel_width);
3934 for (; i < h; ++i) {
3936 total -= buffer[i & STBTT__OVER_MASK];
3937 pixels[i*stride_in_bytes] = (
unsigned char) (total / kernel_width);
3944 static float stbtt__oversample_shift(
int oversample)
3953 return (
float)-(oversample - 1) / (2.0f * (
float)oversample);
3962 for (i=0; i < num_ranges; ++i) {
3966 ranges[i].v_oversample = (
unsigned char) spc->
v_oversample;
3967 for (j=0; j < ranges[i].
num_chars; ++j) {
3985 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(
const stbtt_fontinfo *info,
unsigned char *output,
int out_w,
int out_h,
int out_stride,
float scale_x,
float scale_y,
float shift_x,
float shift_y,
int prefilter_x,
int prefilter_y,
float *sub_x,
float *sub_y,
int glyph)
3989 out_w - (prefilter_x - 1),
3990 out_h - (prefilter_y - 1),
3998 if (prefilter_x > 1)
3999 stbtt__h_prefilter(output, out_w, out_h, out_stride, prefilter_x);
4001 if (prefilter_y > 1)
4002 stbtt__v_prefilter(output, out_w, out_h, out_stride, prefilter_y);
4004 *sub_x = stbtt__oversample_shift(prefilter_x);
4005 *sub_y = stbtt__oversample_shift(prefilter_y);
4011 int i,j,k, return_value = 1;
4018 for (i=0; i < num_ranges; ++i) {
4021 float recip_h,recip_v,sub_x,sub_y;
4028 for (j=0; j < ranges[i].
num_chars; ++j) {
4032 int advance, lsb, x0,y0,x1,y1;
4067 bc->
x0 = (stbtt_int16) r->
x;
4068 bc->
y0 = (stbtt_int16) r->
y;
4069 bc->
x1 = (stbtt_int16) (r->
x + r->
w);
4070 bc->
y1 = (stbtt_int16) (r->
y + r->
h);
4072 bc->
xoff = (float) x0 * recip_h + sub_x;
4073 bc->
yoff = (float) y0 * recip_v + sub_y;
4074 bc->
xoff2 = (x0 + r->
w) * recip_h + sub_x;
4075 bc->
yoff2 = (y0 + r->
h) * recip_v + sub_y;
4088 return return_value;
4099 int i,j,n, return_value = 1;
4104 for (i=0; i < num_ranges; ++i)
4106 ranges[i].chardata_for_range[j].x0 =
4107 ranges[i].chardata_for_range[j].y0 =
4108 ranges[i].chardata_for_range[j].x1 =
4109 ranges[i].chardata_for_range[j].y1 = 0;
4112 for (i=0; i < num_ranges; ++i)
4113 n += ranges[i].num_chars;
4129 return return_value;
4133 int first_unicode_codepoint_in_range,
int num_chars_in_range,
stbtt_packedchar *chardata_for_range)
4146 float ipw = 1.0f / pw, iph = 1.0f / ph;
4149 if (align_to_integer) {
4163 q->
s0 = b->
x0 * ipw;
4164 q->
t0 = b->
y0 * iph;
4165 q->
s1 = b->
x1 * ipw;
4166 q->
t1 = b->
y1 * iph;
4176 #define STBTT_min(a,b) ((a) < (b) ? (a) : (b))
4177 #define STBTT_max(a,b) ((a) < (b) ? (b) : (a))
4179 static int stbtt__ray_intersect_bezier(
float orig[2],
float ray[2],
float q0[2],
float q1[2],
float q2[2],
float hits[2][2])
4181 float q0perp = q0[1]*ray[0] - q0[0]*ray[1];
4182 float q1perp = q1[1]*ray[0] - q1[0]*ray[1];
4183 float q2perp = q2[1]*ray[0] - q2[0]*ray[1];
4184 float roperp = orig[1]*ray[0] - orig[0]*ray[1];
4186 float a = q0perp - 2*q1perp + q2perp;
4187 float b = q1perp - q0perp;
4188 float c = q0perp - roperp;
4190 float s0 = 0., s1 = 0.;
4194 float discr = b*b - a*c;
4196 float rcpna = -1 / a;
4200 if (s0 >= 0.0 && s0 <= 1.0)
4202 if (d > 0.0 && s1 >= 0.0 && s1 <= 1.0) {
4203 if (num_s == 0) s0 = s1;
4211 if (s0 >= 0.0 && s0 <= 1.0)
4218 float rcp_len2 = 1 / (ray[0]*ray[0] + ray[1]*ray[1]);
4219 float rayn_x = ray[0] * rcp_len2, rayn_y = ray[1] * rcp_len2;
4221 float q0d = q0[0]*rayn_x + q0[1]*rayn_y;
4222 float q1d = q1[0]*rayn_x + q1[1]*rayn_y;
4223 float q2d = q2[0]*rayn_x + q2[1]*rayn_y;
4224 float rod = orig[0]*rayn_x + orig[1]*rayn_y;
4226 float q10d = q1d - q0d;
4227 float q20d = q2d - q0d;
4228 float q0rd = q0d - rod;
4230 hits[0][0] = q0rd + s0*(2.0f - 2.0f*s0)*q10d + s0*s0*q20d;
4231 hits[0][1] = a*s0+b;
4234 hits[1][0] = q0rd + s1*(2.0f - 2.0f*s1)*q10d + s1*s1*q20d;
4235 hits[1][1] = a*s1+b;
4243 static int equal(
float *a,
float *b)
4245 return (a[0] == b[0] && a[1] == b[1]);
4248 static int stbtt__compute_crossings_x(
float x,
float y,
int nverts,
stbtt_vertex *verts)
4251 float orig[2], ray[2] = { 1, 0 };
4262 else if (y_frac > 0.99f)
4267 for (i=0; i < nverts; ++i) {
4269 int x0 = (int) verts[i-1].x, y0 = (
int) verts[i-1].
y;
4270 int x1 = (int) verts[i ].x, y1 = (
int) verts[i ].
y;
4271 if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) {
4272 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0;
4274 winding += (y0 < y1) ? 1 : -1;
4278 int x0 = (int) verts[i-1].x , y0 = (
int) verts[i-1].
y ;
4279 int x1 = (int) verts[i ].cx, y1 = (
int) verts[i ].
cy;
4280 int x2 = (int) verts[i ].x , y2 = (
int) verts[i ].
y ;
4281 int ax = STBTT_min(x0,STBTT_min(x1,x2)), ay = STBTT_min(y0,STBTT_min(y1,y2));
4282 int by = STBTT_max(y0,STBTT_max(y1,y2));
4283 if (y > ay && y < by && x > ax) {
4284 float q0[2],q1[2],q2[2];
4292 if (equal(q0,q1) || equal(q1,q2)) {
4293 x0 = (int)verts[i-1].x;
4294 y0 = (int)verts[i-1].y;
4295 x1 = (int)verts[i ].x;
4296 y1 = (int)verts[i ].y;
4297 if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) {
4298 float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0;
4300 winding += (y0 < y1) ? 1 : -1;
4303 int num_hits = stbtt__ray_intersect_bezier(orig, ray, q0, q1, q2, hits);
4306 winding += (hits[0][1] < 0 ? -1 : 1);
4309 winding += (hits[1][1] < 0 ? -1 : 1);
4317 static float stbtt__cuberoot(
float x )
4320 return -(float)
STBTT_pow(-x,1.0f/3.0f);
4326 static int stbtt__solve_cubic(
float a,
float b,
float c,
float* r)
4329 float p = b - a*a / 3;
4330 float q = a * (2*a*a - 9*b) / 27 + c;
4332 float d = q*q + 4*p3 / 27;
4335 float u = (-q + z) / 2;
4336 float v = (-q - z) / 2;
4337 u = stbtt__cuberoot(u);
4338 v = stbtt__cuberoot(v);
4343 float v = (float) STBTT_acos(-
STBTT_sqrt(-27/p3) * q / 2) / 3;
4344 float m = (float) STBTT_cos(v);
4345 float n = (float) STBTT_cos(v-3.141592/2)*1.732050808f;
4346 r[0] =
s + u * 2 * m;
4347 r[1] =
s - u * (m + n);
4348 r[2] =
s - u * (m - n);
4357 STBTT_DEF unsigned char *
stbtt_GetGlyphSDF(
const stbtt_fontinfo *info,
float scale,
int glyph,
int padding,
unsigned char onedge_value,
float pixel_dist_scale,
int *width,
int *height,
int *xoff,
int *yoff)
4359 float scale_x = scale, scale_y = scale;
4360 int ix0,iy0,ix1,iy1;
4362 unsigned char *data;
4365 if (scale_x == 0) scale_x = scale_y;
4367 if (scale_x == 0)
return NULL;
4374 if (ix0 == ix1 || iy0 == iy1)
4385 if (width ) *width = w;
4386 if (height) *height = h;
4387 if (xoff ) *xoff = ix0;
4388 if (yoff ) *yoff = iy0;
4401 for (i=0,j=num_verts-1; i < num_verts; j=i++) {
4403 float x0 = verts[i].
x*scale_x, y0 = verts[i].
y*scale_y;
4404 float x1 = verts[j].
x*scale_x, y1 = verts[j].
y*scale_y;
4405 float dist = (float)
STBTT_sqrt((x1-x0)*(x1-x0) + (y1-y0)*(y1-y0));
4406 precompute[i] = (dist == 0) ? 0.0f : 1.0f / dist;
4408 float x2 = verts[j].
x *scale_x, y2 = verts[j].
y *scale_y;
4409 float x1 = verts[i].
cx*scale_x, y1 = verts[i].
cy*scale_y;
4410 float x0 = verts[i].
x *scale_x, y0 = verts[i].
y *scale_y;
4411 float bx = x0 - 2*x1 + x2, by = y0 - 2*y1 + y2;
4412 float len2 = bx*bx + by*by;
4414 precompute[i] = 1.0f / (bx*bx + by*by);
4416 precompute[i] = 0.0f;
4418 precompute[i] = 0.0f;
4421 for (y=iy0; y < iy1; ++y) {
4422 for (x=ix0; x < ix1; ++x) {
4424 float min_dist = 999999.0f;
4425 float sx = (float) x + 0.5f;
4426 float sy = (float) y + 0.5f;
4427 float x_gspace = (sx / scale_x);
4428 float y_gspace = (sy / scale_y);
4430 int winding = stbtt__compute_crossings_x(x_gspace, y_gspace, num_verts, verts);
4432 for (i=0; i < num_verts; ++i) {
4433 float x0 = verts[i].
x*scale_x, y0 = verts[i].
y*scale_y;
4436 float dist2 = (x0-sx)*(x0-sx) + (y0-sy)*(y0-sy);
4437 if (dist2 < min_dist*min_dist)
4441 float x1 = verts[i-1].
x*scale_x, y1 = verts[i-1].
y*scale_y;
4446 float dist = (float)
STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) * precompute[i];
4448 if (dist < min_dist) {
4452 float dx = x1-x0, dy = y1-y0;
4453 float px = x0-sx, py = y0-sy;
4456 float t = -(px*dx + py*dy) / (dx*dx + dy*dy);
4457 if (t >= 0.0f && t <= 1.0f)
4461 float x2 = verts[i-1].
x *scale_x, y2 = verts[i-1].
y *scale_y;
4462 float x1 = verts[i ].
cx*scale_x, y1 = verts[i ].
cy*scale_y;
4463 float box_x0 = STBTT_min(STBTT_min(x0,x1),x2);
4464 float box_y0 = STBTT_min(STBTT_min(y0,y1),y2);
4465 float box_x1 = STBTT_max(STBTT_max(x0,x1),x2);
4466 float box_y1 = STBTT_max(STBTT_max(y0,y1),y2);
4468 if (sx > box_x0-min_dist && sx < box_x1+min_dist && sy > box_y0-min_dist && sy < box_y1+min_dist) {
4470 float ax = x1-x0, ay = y1-y0;
4471 float bx = x0 - 2*x1 + x2, by = y0 - 2*y1 + y2;
4472 float mx = x0 - sx, my = y0 - sy;
4473 float res[3],px,py,
t,it;
4474 float a_inv = precompute[i];
4476 float a = 3*(ax*bx + ay*by);
4477 float b = 2*(ax*ax + ay*ay) + (mx*bx+my*by);
4478 float c = mx*ax+my*ay;
4484 float discriminant = b*b - 4*a*c;
4485 if (discriminant < 0)
4489 res[0] = (-b -
root)/(2*a);
4490 res[1] = (-b +
root)/(2*a);
4495 float b = 3*(ax*bx + ay*by) * a_inv;
4496 float c = (2*(ax*ax + ay*ay) + (mx*bx+my*by)) * a_inv;
4497 float d = (mx*ax+my*ay) * a_inv;
4498 num = stbtt__solve_cubic(b, c, d, res);
4500 if (num >= 1 && res[0] >= 0.0f && res[0] <= 1.0f) {
4501 t = res[0], it = 1.0f -
t;
4502 px = it*it*x0 + 2*
t*it*x1 +
t*
t*x2;
4503 py = it*it*y0 + 2*
t*it*y1 +
t*
t*y2;
4504 dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy);
4505 if (dist2 < min_dist * min_dist)
4508 if (num >= 2 && res[1] >= 0.0f && res[1] <= 1.0f) {
4509 t = res[1], it = 1.0f -
t;
4510 px = it*it*x0 + 2*
t*it*x1 +
t*
t*x2;
4511 py = it*it*y0 + 2*
t*it*y1 +
t*
t*y2;
4512 dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy);
4513 if (dist2 < min_dist * min_dist)
4516 if (num >= 3 && res[2] >= 0.0f && res[2] <= 1.0f) {
4517 t = res[2], it = 1.0f -
t;
4518 px = it*it*x0 + 2*
t*it*x1 +
t*
t*x2;
4519 py = it*it*y0 + 2*
t*it*y1 +
t*
t*y2;
4520 dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy);
4521 if (dist2 < min_dist * min_dist)
4528 min_dist = -min_dist;
4529 val = onedge_value + pixel_dist_scale * min_dist;
4534 data[(y-iy0)*w+(x-ix0)] = (
unsigned char) val;
4543 STBTT_DEF unsigned char *
stbtt_GetCodepointSDF(
const stbtt_fontinfo *info,
float scale,
int codepoint,
int padding,
unsigned char onedge_value,
float pixel_dist_scale,
int *width,
int *height,
int *xoff,
int *yoff)
4545 return stbtt_GetGlyphSDF(info, scale,
stbtt_FindGlyphIndex(info, codepoint), padding, onedge_value, pixel_dist_scale, width, height, xoff, yoff);
4559 static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint8 *s1, stbtt_int32 len1, stbtt_uint8 *s2, stbtt_int32 len2)
4565 stbtt_uint16 ch = s2[0]*256 + s2[1];
4567 if (i >= len1)
return -1;
4568 if (s1[i++] != ch)
return -1;
4569 }
else if (ch < 0x800) {
4570 if (i+1 >= len1)
return -1;
4571 if (s1[i++] != 0xc0 + (ch >> 6))
return -1;
4572 if (s1[i++] != 0x80 + (ch & 0x3f))
return -1;
4573 }
else if (ch >= 0xd800 && ch < 0xdc00) {
4575 stbtt_uint16 ch2 = s2[2]*256 + s2[3];
4576 if (i+3 >= len1)
return -1;
4577 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000;
4578 if (s1[i++] != 0xf0 + (c >> 18))
return -1;
4579 if (s1[i++] != 0x80 + ((c >> 12) & 0x3f))
return -1;
4580 if (s1[i++] != 0x80 + ((c >> 6) & 0x3f))
return -1;
4581 if (s1[i++] != 0x80 + ((c ) & 0x3f))
return -1;
4584 }
else if (ch >= 0xdc00 && ch < 0xe000) {
4587 if (i+2 >= len1)
return -1;
4588 if (s1[i++] != 0xe0 + (ch >> 12))
return -1;
4589 if (s1[i++] != 0x80 + ((ch >> 6) & 0x3f))
return -1;
4590 if (s1[i++] != 0x80 + ((ch ) & 0x3f))
return -1;
4598 static int stbtt_CompareUTF8toUTF16_bigendian_internal(
char *s1,
int len1,
char *s2,
int len2)
4600 return len1 == stbtt__CompareUTF8toUTF16_bigendian_prefix((stbtt_uint8*) s1, len1, (stbtt_uint8*) s2, len2);
4607 stbtt_int32 i,count,stringOffset;
4608 stbtt_uint8 *fc = font->
data;
4610 stbtt_uint32 nm = stbtt__find_table(fc, offset,
"name");
4611 if (!nm)
return NULL;
4613 count = ttUSHORT(fc+nm+2);
4614 stringOffset = nm + ttUSHORT(fc+nm+4);
4615 for (i=0; i < count; ++i) {
4616 stbtt_uint32 loc = nm + 6 + 12 * i;
4617 if (platformID == ttUSHORT(fc+loc+0) && encodingID == ttUSHORT(fc+loc+2)
4618 && languageID == ttUSHORT(fc+loc+4) && nameID == ttUSHORT(fc+loc+6)) {
4619 *
length = ttUSHORT(fc+loc+8);
4620 return (
const char *) (fc+stringOffset+ttUSHORT(fc+loc+10));
4626 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id)
4629 stbtt_int32 count = ttUSHORT(fc+nm+2);
4630 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4);
4632 for (i=0; i < count; ++i) {
4633 stbtt_uint32 loc = nm + 6 + 12 * i;
4634 stbtt_int32
id = ttUSHORT(fc+loc+6);
4635 if (
id == target_id) {
4637 stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+loc+4);
4640 if (platform == 0 || (platform == 3 && encoding == 1) || (platform == 3 && encoding == 10)) {
4641 stbtt_int32 slen = ttUSHORT(fc+loc+8);
4642 stbtt_int32 off = ttUSHORT(fc+loc+10);
4645 stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,slen);
4646 if (matchlen >= 0) {
4648 if (i+1 < count && ttUSHORT(fc+loc+12+6) == next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+loc+12+4) == language) {
4649 slen = ttUSHORT(fc+loc+12+8);
4650 off = ttUSHORT(fc+loc+12+10);
4652 if (matchlen == nlen)
4654 }
else if (matchlen < nlen && name[matchlen] ==
' ') {
4656 if (stbtt_CompareUTF8toUTF16_bigendian_internal((
char*) (name+matchlen), nlen-matchlen, (
char*)(fc+stringOffset+off),slen))
4661 if (matchlen == nlen)
4673 static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_uint8 *name, stbtt_int32 flags)
4675 stbtt_int32 nlen = (stbtt_int32) STBTT_strlen((
char *) name);
4677 if (!stbtt__isfont(fc+offset))
return 0;
4681 hd = stbtt__find_table(fc, offset,
"head");
4682 if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7))
return 0;
4685 nm = stbtt__find_table(fc, offset,
"name");
4690 if (stbtt__matchpair(fc, nm, name, nlen, 16, -1))
return 1;
4691 if (stbtt__matchpair(fc, nm, name, nlen, 1, -1))
return 1;
4692 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1))
return 1;
4694 if (stbtt__matchpair(fc, nm, name, nlen, 16, 17))
return 1;
4695 if (stbtt__matchpair(fc, nm, name, nlen, 1, 2))
return 1;
4696 if (stbtt__matchpair(fc, nm, name, nlen, 3, -1))
return 1;
4702 static int stbtt_FindMatchingFont_internal(
unsigned char *font_collection,
char *name_utf8, stbtt_int32 flags)
4707 if (off < 0)
return off;
4708 if (stbtt__matches((stbtt_uint8 *) font_collection, off, (stbtt_uint8*) name_utf8, flags))
4713 #if defined(__GNUC__) || defined(__clang__)
4714 #pragma GCC diagnostic push
4715 #pragma GCC diagnostic ignored "-Wcast-qual"
4719 float pixel_height,
unsigned char *pixels,
int pw,
int ph,
4722 return stbtt_BakeFontBitmap_internal((
unsigned char *) data, offset, pixel_height, pixels, pw, ph, first_char, num_chars, chardata);
4727 return stbtt_GetFontOffsetForIndex_internal((
unsigned char *) data, index);
4732 return stbtt_GetNumberOfFonts_internal((
unsigned char *) data);
4737 return stbtt_InitFont_internal(info, (
unsigned char *) data, offset);
4742 return stbtt_FindMatchingFont_internal((
unsigned char *) fontdata, (
char *) name, flags);
4747 return stbtt_CompareUTF8toUTF16_bigendian_internal((
char *) s1, len1, (
char *) s2, len2);
4750 #if defined(__GNUC__) || defined(__clang__)
4751 #pragma GCC diagnostic pop
4754 #endif // STB_TRUETYPE_IMPLEMENTATION