分页: 1 / 1

[FreeType]日常

发表于 : 2016年12月02日 14:24
523066680
解决了一些问题,又出现了一些问题。
包围问题 - 1.png
(60.91 KiB) 已下载 949 次
包围问题 - 2.png
(56.68 KiB) 已下载 949 次
0x1F143 PARTS=2.0.png
(20.52 KiB) 已下载 949 次
0x1F143 PARTS=1.0.png
(18.02 KiB) 已下载 949 次
0x1F41F 特殊-交错.png
(33.75 KiB) 已下载 949 次

Re: [FreeType]日常

发表于 : 2016年12月21日 15:54
523066680
GFT_GlyphSlotRec
  • bitmap_top
    The bitmap's top bearing expressed in integer pixels.
    Remember that this is the distance from the baseline to the top-most glyph scanline,
    upwards y coordinates being positive.

    位图字符从 baseline 到位图字符顶端的高度。注:baseline 在 y = 0 的位置。某些字符的最低位置可能小于0,例如: g

    bitmap_left
    The bitmap's left bearing expressed in integer pixels. Only valid if the format is FT_GLYPH_FORMAT_BITMAP,
    this is, if the glyph slot contains a bitmap.

    位图字符的左边起点。

Re: [FreeType]日常

发表于 : 2016年12月22日 10:52
523066680