Skip to main content

FPDF_WIDESTRING

Type Alias FPDF_WIDESTRING 

Source
pub type FPDF_WIDESTRING = *const FPDF_WCHAR;
Expand description

The public PDFium API always uses UTF-16LE encoded wide strings, each character uses 2 bytes (except surrogation), with the low byte first.