Create a Font using strings pulled from a string table.

Posted by Matthew Smith on Stack Overflow See other posts from Stack Overflow or by Matthew Smith
Published on 2010-05-03T19:15:45Z Indexed on 2010/05/03 19:18 UTC
Read the original article Hit count: 321

Filed under:
|
|

I am writing a tool to create an otf or ttc with only characters defined in our localized string table, so we can cut down memory usage. I already have the information for the Japanese characters we are using but I am unable to find an example of creating a new font based around these characters.

Does anyone know of a good example or even the interface I can access to do this? I am working in C# with .NET 3.5.

I am looking into Volt and TTOasm from Microsoft, but I am not sure if they will do exactly what I need.

Any information is appreciated.

Thanks, Matt Smith

© Stack Overflow or respective owner

Related posts about c#

Related posts about fonts