提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
原创|使用教程|编辑:龚雪|2014-05-14 09:39:19.000|阅读 809 次
概述:本文主要介绍在使用DotImage的过程中如何动态调整Text Annotation的字体大小。
# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>
相关链接:
在WinForms项目中,当调整TextAnnotation时,.Net图像处理控件DotImage会自动换行TextAnnotation中的文本。如果你想动态改变字体大小本身,你可以在 AnnotateViewer的AnnotationResized事件中进行如下操作:
C# Sample:
----- private void annotateViewer1_AnnotationResized(object sender, AnnotationEventArgs e) { ResizeFont(e.Annotation); } private void ResizeFont(AnnotationUI baseAnno) { TextAnnotation tAnno = baseAnno as TextAnnotation; if (tAnno != null) { Size annoSize = tAnno.Size.ToSize(); System.Drawing.Font annoFont = new Font(tAnno.Font.Name, tAnno.Font.Size); SizeF size; System.Drawing.Font newFont = AppropriateFont(annotateViewer1.CreateGraphics(), 12f, 72f, annoSize, tAnno.Text, annoFont, out size); tAnno.Font = new AnnotationFont(newFont.Name, newFont.Size); } } public static Font AppropriateFont(Graphics g, float minFontSize, float maxFontSize, Size layoutSize, string s, Font f, out SizeF extent) { if (maxFontSize == minFontSize) f = new Font(f.FontFamily, minFontSize, f.Style); extent = g.MeasureString(s, f); if (maxFontSize <= minFontSize) return f; float hRatio = layoutSize.Height / extent.Height; float wRatio = layoutSize.Width / extent.Width; float ratio = (hRatio < wRatio) ? hRatio : wRatio; float newSize = f.Size * ratio; if (newSize < minFontSize) newSize = minFontSize; else if (newSize > maxFontSize) newSize = maxFontSize; f = new Font(f.FontFamily, newSize, f.Style); extent = g.MeasureString(s, f); return f; }
VB.Net Sample:
----- Private Sub annotateViewer1_AnnotationResized(ByVal sender As Object, ByVal e AsAnnotationEventArgs) ResizeFont(e.Annotation) End Sub Private Sub ResizeFont(ByVal baseAnno As AnnotationUI) Dim tAnno As TextAnnotation = TryCast(baseAnno, TextAnnotation) If tAnno IsNot Nothing Then Dim annoSize As Size = tAnno.Size.ToSize() Dim annoFont As System.Drawing.Font = New Font(tAnno.Font.Name, tAnno.Font.Size) Dim size As SizeF Dim newFont As System.Drawing.Font = AppropriateFont(annotateViewer1.CreateGraphics(), 12.0F, 72.0F, annoSize, tAnno.Text, annoFont, _ size) tAnno.Font = New AnnotationFont(newFont.Name, newFont.Size) End If End Sub Public Shared Function AppropriateFont(ByVal g As Graphics, ByVal minFontSize As Single, ByValmaxFontSize As Single, ByVal layoutSize As Size, ByVal s As String, ByVal f As Font, _ ByRef extent As SizeF) As Font If maxFontSize = minFontSize Then f = New Font(f.FontFamily, minFontSize, f.Style) End If extent = g.MeasureString(s, f) If maxFontSize <= minFontSize Then Return f End If Dim hRatio As Single = layoutSize.Height / extent.Height Dim wRatio As Single = layoutSize.Width / extent.Width Dim ratio As Single = If((hRatio < wRatio), hRatio, wRatio) Dim newSize As Single = f.Size * ratio If newSize < minFontSize Then newSize = minFontSize ElseIf newSize > maxFontSize Then newSize = maxFontSize End If f = New Font(f.FontFamily, newSize, f.Style) extent = g.MeasureString(s, f) Return f End Function
本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@cahobeh.cn
本文主要介绍如何使用DevExpress WinForms Data Grid组件实现列重新排序,欢迎下载最新版组件体验!
Visual Paradigm中的Doc. Composer菜单,可让您以完全可自定义的方式输出模型和图表的每个细节。在本文中,您将学习如何创建自定义模板来输出项目中图表或模型元素的注释。
对于银行金融、政府、医疗等需要处理大量信息的组织来说,高效的数据管理至关重要。对于大型数据扫描项目,Dynamic Web TWAIN SDK 提供强大的功能,只需极少的设置即可支持大量文档处理,让我们看看 Dynamsoft 如何简化此过程中的每个步骤。
在 Microsoft Excel 中,复制行、列和单元格是日常数据处理中的常见操作。本文将介绍如何使用 Spire.XLS for Java 和 Java 在 Excel 中复制行、列和单元格数据并保留格式。
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@cahobeh.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢