File: files.rst

package info (click to toggle)
fontforge 1%3A20230101~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 63,260 kB
  • sloc: ansic: 462,618; python: 6,916; cpp: 214; objc: 122; sh: 101; makefile: 55; xml: 11
file content (57 lines) | stat: -rw-r--r-- 1,850 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Files used by FontForge
=======================

.. object:: ~/.FontForge

   FontForge creates this directory the first time it starts up. It contains
   various files FontForge uses to hold context across invocations.

--------------------------------------------------------------------------------

   .. object:: ~/.FontForge/prefs

      This file contains user preference settings.

   .. object:: ~/.FontForge/groups

      This file contains groups as defined by
      :menuselection:`Encoding --> Define Groups...`

   .. object:: ~/.FontForge/Encodings.ps

      If there are any user defined encodings they reside in this file.

   .. object:: ~/.FontForge/autosave

      This directory contains the files used to drive the crash-recovery
      process. When FontForge is running there will be one file in this
      directory corresponding to each font loaded into FontForge that has been
      modified. These files will contain all changed glyphs.

      When FontForge exits normally, this directory will be cleaned up and there
      should be no files in it.

   .. object:: ~/.FontForge/python

      This directory contains any python init scripts you want to run when
      FontForge starts

.. object:: /usr/local/share (or $PREFIX/share)
            /usr/local/share/locale/??/LC_MESSAGES/FontForge.mo

   Contain translations of the ui for various locales. (used after November
   2005)

.. object:: /usr/local/share/fontforge/*.cidmap

   "Encoding" files for Adobe's cid formats.
   `You can pull down a compressed archive from here. <https://fontforge.org/cidmaps.tar.gz>`_

.. object:: /usr/local/share/fontforge/python

   This directory contains any python init scripts you want available to
   everyone on your system.

.. object:: /usr/local/share/doc/fontforge/*.html

   Optional location for online documentation.