浏览代码

Update text.c

pull/990/head
Ray 5 年前
父节点
当前提交
ab52f98480
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      src/text.c

+ 0
- 2
src/text.c 查看文件

@ -892,8 +892,6 @@ int *GetCodepoints(const char *text, int *count)
return codepoints;
}
// Draw text (using default font)
// NOTE: fontSize work like in any drawing program but if fontSize is lower than font-base-size, then font-base-size is used
// NOTE: chars spacing is proportional to fontSize

正在加载...
取消
保存