Ps. Similarly, FreeType does not deal with left or right indents, left, center or right alignment, full justification -- these are all things out of scope for FreeType, or even a line layout library such as HarfBuzz. You need to deal with it on a higher level when doing text layout.
A. On 20 Jul 2014, at 17:11, Michael IV <[email protected]> wrote: > Hi All.I can't understand how I convert tab (backslash t) to glyph numerics. > I mean,if I have "Hello\tWorld" string ,how many spaces should I insert > between > "Hello" and "World" ? > > > > _______________________________________________ > Freetype mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/freetype _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
