I am a newer to FC. Now I have a font file contains about 40,000 glyph. Now I only need about 20,000. I konw the unicode ranges of the glyph I want:
{0x20ac,0x20ac,0x0023},
{0x2103,0x2103,0x0024},
{0x2116,0x2116,0x0025},
{0x2160,0x2179,0x0026},
{0x2190,0x2199,0x0040},
{0x2208,0x2208,0x004a},
{0x220f,0x2211,0x004b},
{0x221a,0x223d,0x004e},
{0x2248,0x224c,0x0072},
{0x2260,0x2265,0x0077},
{0x226e,0x226f,0x007d},
{0x2299,0x2299,0x007f},
{0x22a5,0x22a5,0x0080},
…
So now I want to create a font file with only the glyph I want from the original font file. Is there an antomatic way to do this? There are so many ranges, and it is difficult to do this manually.