Searched refs:xadvance (Results 1 – 6 of 6) sorted by relevance
5 char id=32 x=30 y=110 width=5 height=3 xoffset=0 yoffset=16 xadvance=4 …6 char id=33 x=110 y=60 width=5 height=16 xoffset=0 yoffset=3 xadvance=4 …7 char id=34 x=185 y=95 width=6 height=8 xoffset=0 yoffset=2 xadvance=5 …8 char id=35 x=116 y=60 width=11 height=16 xoffset=0 yoffset=3 xadvance=10 …9 char id=36 x=242 y=0 width=10 height=19 xoffset=0 yoffset=2 xadvance=9 …10 char id=37 x=189 y=22 width=14 height=17 xoffset=0 yoffset=3 xadvance=13 …11 char id=38 x=204 y=22 width=11 height=17 xoffset=0 yoffset=3 xadvance=10 …12 char id=39 x=181 y=95 width=3 height=9 xoffset=0 yoffset=2 xadvance=2 …13 char id=40 x=0 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 p…14 char id=41 x=6 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 p…[all …]
5 char id=32 x=61 y=18 width=1 height=0 xoffset=0 yoffset=11 xadvance=7 pa…6 char id=33 x=147 y=8 width=1 height=7 xoffset=3 yoffset=2 xadvance=7 pa…7 char id=34 x=26 y=19 width=4 height=3 xoffset=1 yoffset=1 xadvance=7 pa…8 char id=35 x=214 y=0 width=6 height=7 xoffset=0 yoffset=2 xadvance=7 pa…9 char id=36 x=59 y=0 width=5 height=9 xoffset=1 yoffset=1 xadvance=7 pa…10 char id=37 x=142 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 pa…11 char id=38 x=150 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 pa…12 char id=39 x=31 y=19 width=1 height=3 xoffset=3 yoffset=1 xadvance=7 pa…13 char id=40 x=26 y=0 width=4 height=10 xoffset=2 yoffset=1 xadvance=7 pa…14 char id=41 x=16 y=0 width=4 height=10 xoffset=1 yoffset=1 xadvance=7 pa…[all …]
135 FT_Pos xadvance, yadvance; /* FT_GlyphSlot->advance.{x|y} */ in ftc_snode_load() local153 xadvance = ( slot->advance.x + 32 ) >> 6; in ftc_snode_load()161 !CHECK_CHAR( xadvance ) || in ftc_snode_load()174 sbit->xadvance = (FT_Char)xadvance; in ftc_snode_load()
85 xadvance= "\"ax\"" colon (num >tok %parse_x_advance);88 element = glyph | cluster | xoffset | yoffset | xadvance | yadvance;
897 FT_Char xadvance; member