Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var IsStandardLatin = map[string]bool{}/* 229 elements not displayed */
var MacExpertEncoding = [256]string{}/* 256 elements not displayed */
MacExpertEncoding is an encoding which contains more obscure characters.
See Appendix D.2 of PDF 32000-1:2008.
var MacRomanEncoding = [256]string{}/* 256 elements not displayed */
MacRomanEncoding is the PDF version of the MacOS standard encoding for Latin text in Western writing systems.
See Appendix D.2 of PDF 32000-1:2008.
var PDFDocEncoding = [256]string{}/* 256 elements not displayed */
PDFDocEncoding is an encoding for text strings in a PDF document outside the document's content streams.
See Appendix D.2 of PDF 32000-1:2008.
var StandardEncoding = [256]string{}/* 256 elements not displayed */
StandardEncoding is the Adobe Standard Encoding for Latin text.
See Appendix D.2 of PDF 32000-1:2008.
var ToStandardLatin = map[rune]string{}/* 229 elements not displayed */
var WinAnsiEncoding = [256]string{}/* 256 elements not displayed */
WinAnsiEncoding is the PDF version of the standard Microsoft Windows specific encoding for Latin text in Western writing systems.
See Appendix D.2 of PDF 32000-1:2008.
Functions ¶
func IsNonSymbolic ¶ added in v0.4.0
IsNonSymbolic returns true if all glyphs are in the Adobe Standard Latin character set.
Types ¶
This section is empty.