Home | History | Annotate | Download | only in fpdf_edit

Lines Matching defs:charcode

894         int charcode;
895 for (charcode = 32; charcode < 128; charcode ++) {
896 int glyph_index = pEncoding->GlyphFromCharCode(charcode);
908 for (charcode = 128; charcode <= 255; charcode ++) {
909 int glyph_index = pEncoding->GlyphFromCharCode(charcode);