To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type type3_glpyhs = {
fontbbox : float * float * float * float;
fontmatrix : Pdftransform.transform_matrix;
charprocs : (string * Pdf.pdfobject) list;
type3_resources : Pdf.pdfobject;
}
type fontdescriptor = {
ascent : float;
descent : float;
leading : float;
avgwidth : float;
maxwidth : float;
fontfile : fontfile option;
}
type encoding =
| ImplicitInFontFile
| StandardEncoding
| MacRomanEncoding
| WinAnsiEncoding
| MacExpertEncoding
| CustomEncoding of encoding * differences
| FillUndefinedWithStandard of encoding
type simple_font = {
fonttype : simple_fonttype;
basefont : string;
fontmetrics : fontmetrics option;
fontdescriptor : fontdescriptor option;
encoding : encoding;
}
val string_of_standard_font : standard_font -> string
type composite_CIDfont = {
cid_system_info : cid_system_info;
cid_basefont : string;
cid_fontdescriptor : fontdescriptor;
cid_widths : (int * float) list;
cid_default_width : int;
}
type font =
| StandardFont of standard_font * encoding
| SimpleFont of simple_font
| CIDKeyedFont of string * composite_CIDfont * cmap_encoding
val string_of_fonttype : simple_fonttype -> string
val string_of_encoding : encoding -> string
val string_of_simple_font : simple_font -> string
val string_of_font : font -> string
val read_type3_data : Pdf.t -> Pdf.pdfobject -> type3_glpyhs
val simple_fonttype_of_string :
Pdf.t ->
Pdf.pdfobject ->
string ->
simple_fonttype option
val read_basefont : Pdf.t -> Pdf.pdfobject -> string
val read_fontdescriptor : Pdf.t -> Pdf.pdfobject -> fontdescriptor option
val read_metrics : Pdf.t -> Pdf.pdfobject -> float array option
val pairs_of_differences : Pdf.t -> Pdf.pdfobject -> (string * int) list
val standard_font_of_name : string -> standard_font option
val is_standard14font : Pdf.t -> Pdf.pdfobject -> bool
val is_embedded : Pdf.t -> Pdf.pdfobject -> bool
val is_symbolic : Pdf.t -> Pdf.pdfobject -> bool
val read_encoding : Pdf.t -> Pdf.pdfobject -> encoding
val read_simple_font : Pdf.t -> Pdf.pdfobject -> font
val read_standard14font : Pdf.t -> Pdf.pdfobject -> font
val is_simple_font : Pdf.t -> Pdf.pdfobject -> bool
val is_cidkeyed_font : Pdf.t -> Pdf.pdfobject -> bool
val read_cid_system_info : Pdf.t -> Pdf.pdfobject -> cid_system_info
val read_cid_widths : Pdf.pdfobject list -> (int * float) list
val read_descendant : Pdf.t -> Pdf.pdfobject -> composite_CIDfont
val read_cidkeyed_font : Pdf.t -> Pdf.pdfobject -> font
val read_font : Pdf.t -> Pdf.pdfobject -> font
val get_section : char list -> (section * char list) option
val get_sections : char list -> section list
val pairs_of_section : section -> (int * string) list
val parse_tounicode : Pdf.t -> Pdf.pdfobject -> (int * string) list
val add_encoding : (differences -> unit) -> encoding -> unit
val text_extractor_of_font : Pdf.t -> Pdf.pdfobject -> text_extractor
val is_identity_h : font -> bool
val glyphnames_and_codepoints_of_text :
text_extractor ->
string ->
(string * int list) list
val codepoints_of_text : text_extractor -> string -> int list
val glyphnames_of_text : text_extractor -> string -> string list
val charcode_extractor_of_encoding : encoding -> int -> int option
Return the character code for a given unicode codepoint, if it exists in this encoding. This is only really suitable for simple stuff like standard 14 fonts, or editing text in existing fonts.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>