Skip to content

Font link is not supported? #212

Answered by StLange
IcedLemonade asked this question in Q&A
Discussion options

You must be logged in to vote

PDFsharp does not support the “font linking” technique of Windows. PDFsharp always maps a requested typeface to a single physical font file. The content of the file (the font) is used to create a font subset that contains only the glyphs that are used in the PDF document.

When you draw a text with PDFsharp, all glyphs must be part of the font you currently use.

One option to solve your problem is to merge the fonts into one single font file. I have no experience with it, but I know there are font editors that can do it.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@IcedLemonade
Comment options

Answer selected by IcedLemonade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants