Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Right access types |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3c139c69f57ce54e1d78f1a8beb9de3e |
| User & Date: | bernd 2013-11-27 23:55:52.539 |
Context
|
2013-11-29
| ||
| 19:54 | Add links check-in: 00cbb91fbd user: bernd tags: trunk | |
|
2013-11-27
| ||
| 23:55 | Right access types check-in: 3c139c69f5 user: bernd tags: trunk | |
| 23:54 | Original freetype-gl32 back check-in: 56386d64a0 user: bernd tags: trunk | |
Changes
Changes to ftgl-helper.fs.
| ︙ | ︙ | |||
32 33 34 35 36 37 38 |
2 sfloats buffer: penxy
Variable color $FFC0A0FF color !
: xy, { glyph -- }
penxy sf@ penxy sfloat+ sf@ { f: xp f: yp }
glyph texture_glyph_t-offset_x l@ s>f
glyph texture_glyph_t-offset_y l@ s>f { f: xo f: yo }
| | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
2 sfloats buffer: penxy
Variable color $FFC0A0FF color !
: xy, { glyph -- }
penxy sf@ penxy sfloat+ sf@ { f: xp f: yp }
glyph texture_glyph_t-offset_x l@ s>f
glyph texture_glyph_t-offset_y l@ s>f { f: xo f: yo }
glyph texture_glyph_t-width @ s>f
glyph texture_glyph_t-height @ s>f { f: w f: h }
xp xo f+ yp yo f- { f: x0 f: y0 }
x0 w f+ y0 h f+ { f: x1 f: y1 }
glyph texture_glyph_t-s0 sf@ { f: s0 }
glyph texture_glyph_t-t0 sf@ { f: t0 }
glyph texture_glyph_t-s1 sf@ { f: s1 }
glyph texture_glyph_t-t1 sf@ { f: t1 }
>v
|
| ︙ | ︙ |
Changes to gles2/ftgl-helper.fs.
| ︙ | ︙ | |||
32 33 34 35 36 37 38 |
2 sfloats buffer: penxy
Variable color $FFC0A0FF color !
: xy, { glyph -- }
penxy sf@ penxy sfloat+ sf@ { f: xp f: yp }
glyph texture_glyph_t-offset_x l@ s>f
glyph texture_glyph_t-offset_y l@ s>f { f: xo f: yo }
| | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
2 sfloats buffer: penxy
Variable color $FFC0A0FF color !
: xy, { glyph -- }
penxy sf@ penxy sfloat+ sf@ { f: xp f: yp }
glyph texture_glyph_t-offset_x l@ s>f
glyph texture_glyph_t-offset_y l@ s>f { f: xo f: yo }
glyph texture_glyph_t-width @ s>f
glyph texture_glyph_t-height @ s>f { f: w f: h }
xp xo f+ yp yo f- { f: x0 f: y0 }
x0 w f+ y0 h f+ { f: x1 f: y1 }
glyph texture_glyph_t-s0 sf@ { f: s0 }
glyph texture_glyph_t-t0 sf@ { f: t0 }
glyph texture_glyph_t-s1 sf@ { f: s1 }
glyph texture_glyph_t-t1 sf@ { f: t1 }
>v
|
| ︙ | ︙ |