Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 551

Summary: Custom font renders poorly
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: AndroidAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: narcis
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Android   
URL: http://www.teechart.net/support/viewtopic.php?f=4&t=14632
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2014-01-24 06:54:09 EST
I tried to load custom font from .ttf file

var textPaint = new TextPaint ();
textPaint.SetTypeface (Singleton.Instance.Calibri);
var chartFont = new ChartFont (textPaint);
g.Font = chartFont;

Or:

      g.Font.Name = "sans-serif-thin";

It works, but on nexus 7 letters look not good. They aren't sharp and look blurred.