Name
doc:UseKRFonts -- enable Korean fonts
Synopsis
status = doc:UseKRFonts()
Function
doc:UseKRFonts() enables Korean fonts. After doc:UseKRFonts() has been called, an application can use the following Korean fonts:

When doc:UseKRFonts() succeeds, it returns #HPDF_OK. Otherwise, it returns an error code and the error handler is invoked.

Inputs
none

Results
status
status code
Errors
#HPDF_INVALID_DOCUMENT - An invalid document handle was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.

#HPDF_DUPLICATE_REGISTRATION - The font of the same name has already been registered.


Show TOC