Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/05/2012, 10:09
Avatar de fitipladi
fitipladi
Colaborador
 
Fecha de Ingreso: junio-2010
Ubicación: En mi mundo
Mensajes: 565
Antigüedad: 13 años, 9 meses
Puntos: 102
Respuesta: PROYECTO de Manual de Fontogrpaher 5 en Español

Cita:
Iniciado por Rafael Ver Mensaje
Me refiero a que los programas traen una documentación, un help o algunos tutoriales ya incluidos, me pregunto si estos en general no son suficientes. Solo una pregunta
Si uno domina el Inglés si

Yo mismo entiendo gran parte del manual, pero si lees esto:

Information about OpenType features is stored in a binary form inside the font
file. This is not easy to modify and not easy to handle with visual tools (like the
tools that Fontographer provides to edit outlines that are also stored in a binary
form).
To define features in human-readable form Adobe has developed the feature
definition language (FEA). It is very easy to read and it is the most compact way to
represent OpenType font features.
Let’s take a simple example: a ligature feature that covers the basic “fi” and “fl”
ligatures that are present in almost every Western font. In feature-definition
language this feature will be defined as follows:
feature liga{
sub f i by fi;
sub f l by fl;
} liga;
Other possible features are defined in a similar way, keeping the feature definition
both compact and readable.


Loqueas..... casi seguro y esta es sencilla de entender las hay más complejas