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 - Custom font renders poorly
Summary: Custom font renders poorly
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Android (show other bugs)
Version: unspecified
Hardware: PC Android
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 06:54 EST by narcís calvet
Modified: 2014-01-24 06:55 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.