Property PdfFontNameBytes
Namespace TallComponents.PDF.Rasterizer.Fonts
Class ResolveFontEventArgs
The bytes of the name of the font, as found in the PDF document.
According to the PDF spec section 5.5.2, "Note that for CJK (Chinese, Japanese, and Korean) fonts, the host font system's font name is often encoded in the host operating system's script. For instance, a Japanese font may have a name that is written in Japanese using some (unidentified) Japanese encoding." The original bytes can help to figure out the intended font name in such a situation.
Syntax
public
Byte[]
PdfFontNameBytes
{
get;
}
Property value
Byte[]