mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-25 16:17:52 +01:00
5 lines
291 B
OCaml
5 lines
291 B
OCaml
(* Embed a TrueType font for the given set of UTF8 characters in the given
|
|
encoding, adding it as an object to the PDF, and returning the number of
|
|
that object. *)
|
|
val embed_truetype : Pdf.t -> fontfile:Pdfio.bytes -> fontname:string -> text:string -> encoding:Pdftext.encoding -> int
|