File: README.md

package info (click to toggle)
hintview 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,804 kB
  • sloc: ansic: 18,037; xml: 126; makefile: 121
file content (25 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# HINT
Sources and Documentation for Viewing HINT files
under various operating systems

## Directories
backend - This directory contains C source files shared
  for all operating systems offering a common API.
  Most importantly, it contains functions for reading
  HINT files, creating an internal representation of pages
  using the datastructures of TeX; breaking Paragraphs into lines
  and building pages. using the algorithms of TeX.

  The rendering of all applications is implemented using OpenGL
  or OpenEGL. For a sample implementation see one of the implementations
  in the following directories. The differences are small.

Android

iOS

MacOS

Linux

Win32