c# - Merge font files -
okay, here situation, i've extracted number of font files pdfs. these incomplete glyph sets , i'm fine that. but, looking code take following glyph sets
glyph set a:
b d p r
glyph set b: b x y z
and turn them 1 solo glyph set
glyph set ab: b d p r x y z
i trying condense these sets 1 (probably still incomplete) glyph set. legality, company work has license redisplay pdf files these fonts come (and contractual obligation ddisplay them published) , both right , requirement use fonts working with.
i looking c# code iterate on glyphs , insert missing information 1 another. information on how tff, or cff files encoded huge step in right direction.
Comments
Post a Comment