のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2021-05-28から1日間の記事一覧

makeotf

/* Create 16-bit and 32-bit (if needed) Unicode cmaps */ static void makeUnicodecmaps(hotCtx g) { mapCtx h = g->ctx.map; long i; /* Create the BMP UTF-16 cmaps */ cmapBeginEncoding(g, cmap_MS, cmap_MS_UGL, 0); for (i = 0; i < h->sort.uv.cn…