OTF font in SSRS report

Shanvitha 221 Reputation points
2020-12-04T10:57:30.117+00:00

HI SSRS team,

My client share custom font but how to do custom font

I am using 2014 server

My client given file is: Whitney-light.otf
please anybody suggest me how to otf

please help steps

Thanks
Sanvitha

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,066 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,516 Reputation points
    2020-12-04T11:47:06.423+00:00
    0 comments No comments

  2. Joyzhao-MSFT 15,636 Reputation points
    2020-12-07T02:41:04.473+00:00

    Hi @Shanvitha ,
    SSRS fully supports True Type Fonts and has limited support for Open Type Fonts. Essentially, any Font that can be instantiated by the .Net System.Drawing.Font (http://msdn.microsoft.com/en-us/library/system) class is supported by SSRS.

    On the development computer, you really must restart Visual Studio after installing the fonts so that Visual Studio can pick up the fonts. On the server, before restarting the Reporting Services server, SSRS will encounter problems selecting newly installed fonts. If you have never installed fonts before, you could get the installed fonts by going to Control Panel -> Fonts.

    In fact, you could share custom fonts by exporting reports in pdf format. When some conditions are met, the fonts will be embedded in the PDF file. For font embedding, see this link: Font Embedding

    At this point I want to remind you to restart the server after installing your font, because it's necessary.

    Regard,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.