1. 28 8月, 2021 1 次提交
  2. 26 7月, 2021 1 次提交
  3. 13 7月, 2021 1 次提交
  4. 12 7月, 2021 4 次提交
  5. 10 7月, 2021 1 次提交
  6. 09 7月, 2021 1 次提交
  7. 07 7月, 2021 9 次提交
  8. 04 7月, 2021 2 次提交
  9. 02 7月, 2021 2 次提交
  10. 13 7月, 2020 1 次提交
  11. 05 2月, 2020 1 次提交
  12. 03 2月, 2020 4 次提交
  13. 11 8月, 2019 1 次提交
  14. 30 4月, 2019 1 次提交
  15. 15 4月, 2019 1 次提交
    • C
      Add functions to extract SVG glyphs from font. · 0a101633
      Chris Young 提交于
      The fucntions are:
      stbtt_GetCodepointSVG - provides a pointer to the SVG data in the supplied argument, and returns the length of this data
      stbtt_GetGlyphSVG - As above but takes the glyph index instead of the codepoint
      Note that the returned data may be deflate compressed.
      0a101633
  16. 08 3月, 2019 2 次提交
    • R
      stb_truetype: update contributors list · a5b663f1
      rgriege 提交于
      a5b663f1
    • R
      stb_truetype: limit to 1 missing glyph in texture · 8ac257b0
      rgriege 提交于
      When calling stbtt_PackFontRanges, multiple missing glyphs in the range
      of codepoints will create multiple copies of the font's missing glyph to
      be added to the pixel buffer.  Instead, the first codepoint that maps to the missing glyph will add it to the pixel buffer, and all subsequent glyphs will simply copy the stbtt_packedchar data to reference the same region of the buffer.
      
      This does NOT prevent duplication in multiple calls to stbtt_PackFontRange(s) - that would require modifying the packing context, which could be nice but is a bit more intrusive.
      8ac257b0
  17. 07 3月, 2019 1 次提交
  18. 26 2月, 2019 2 次提交
  19. 23 2月, 2019 1 次提交
  20. 08 2月, 2019 3 次提交