3 Star 4 Fork 1

徐振强/FastReport

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CellularTextObject.Core.cs 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
Witaly Ezepchuk 提交于 2018-10-25 16:51 +08:00 . + Initial commit
using FastReport.Utils;
using System;
namespace FastReport
{
partial class CellularTextObject
{
private float GetCellWidthInternal(float fontHeight)
{
return (int)Math.Round((fontHeight + 10) / (0.25f * Units.Centimeters)) * (0.25f * Units.Centimeters);
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu_zhen_qiang/FastReport.git
git@gitee.com:xu_zhen_qiang/FastReport.git
xu_zhen_qiang
FastReport
FastReport
master

搜索帮助