File: showatt.html

package info (click to toggle)
fontforge-doc 0.0.20100429-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 7,240 kB
  • ctags: 1,482
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download
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
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 27-Apr-2003 -->
  <!-- AP: Last modified: 13-Oct-2004 -->
  <TITLE>Show Advanced Typographic Features</TITLE>
  <LINK REL="icon" href="ffanvil16.png">
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
  Show Advanced Typographic Features
</H1>
<P>
<IMG SRC="showatt.png" WIDTH="356" HEIGHT="661" ALIGN="Right">This dialog
shows the contents of some advanced typography tables (GDEF, GPOS and GSUB
for opentype fonts, kern, lcar, morx, opbd and prop for Apple fonts) as far
as fontforge understands them. The dialog is hierarchical with the typical
boxed +/- signs used for opening and closing sub-levels.
<P>
The GSUB and GPOS tables are organized as one might expect. Underneath each
table is a list of scripts, underneath each script is a list of languages,
underneath each language is a list of features, underneath each feature is
a list of glyphs, generally with some description of what happens (in the
example a right the 'frac' feature turns 1/4 into &#188;). Some features
are a little more complex (the 'kern' feature has a list of all glyphs that
kern with the first glyph under the first glyph).
<P>
The morx and kern tables are also broken up into scripts (Apple doesn't treat
scripts at all, but it makes the state machines smaller, so fontforge uses
the concept anyway), but languages are omitted (Apple tables will be based
on data for the default language).
<P>
Pressing the right mouse button will bring up a popup menu which will allow
you to save the contents of the dlg (as utf8 text).
<P>
</DIV>
</BODY></HTML>