Any known C# library or project out there that can understand the TTF file format? Most questions Ive seen regarding this are attempting to do custom rendering, but I’m more interested in a font editor type of application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t know what you want to do exactly, but WPF has a cool GlyphTypeface Class that is quite abstract and quite independent.
This is how you can start with:
There are also the GlyphRun Class and the GlyphRunDrawing Class.
Otherwise, if you’re looking for the big picture, open-source, you can also check the FreeType Project, available here: http://freetype.org/