feature calt { # Contextual Alternates for 'cagenerated' script # Improves flow by substituting final/medial forms # Lowercase 'a' gets an alternate when followed by any lowercase letter sub a' [b c d e f g h i j k l m n o p q r s t u v w x y z] by a.alt;

# Lowercase 'e' gets an alternate when followed by any lowercase letter sub e' [b c d e f g h i j k l m n o p q r s t u v w x y z] by e.alt;

# Lowercase 'c' gets an alternate when followed by any lowercase letter sub c' [b c d e f g h i j k l m n o p q r s t u v w x y z] by c.alt;

# Lowercase 'f' gets an alternate when followed by any lowercase letter sub f' [b c d e f g h i j k l m n o p q r s t u v w x y z] by f.alt;

This example implements a basic for a cursive or handwritten style font, where an alternate form of a lowercase letter is used when followed by another lowercase letter (to simulate connected writing).

# Lowercase 'd' gets an alternate when followed by any lowercase letter sub d' [b c d e f g h i j k l m n o p q r s t u v w x y z] by d.alt;

cagenerated ttf By "Luni"

Books

HardcoverThe Next StepThe Next StepThe Next StepThe Next Step The Next StepThe Next StepThe Next Step

Podcast

Fledge

Recent blog posts

Popular blog posts

Categories

Archives