Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
bzt
scalable-font
Commits
10991133
Commit
10991133
authored
Jun 06, 2019
by
bzt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added glyph variants
parent
3605d0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
docs/sfn_format.md
docs/sfn_format.md
+1
-3
No files found.
docs/sfn_format.md
View file @
10991133
...
...
@@ -39,9 +39,7 @@ SSFN can store everything that a TrueType or OpenType font can, except for:
As for character encoding, SSFN exclusively uses UNICODE (ISO-10464) by design. For
ligatures, I suggest to use the proper UNICODE code point for the ligature (which can
be a combined glyph), or a sequence of more code points where only the last glyph has
an advance. As for glyph alternatives, SSFN always renders the same glyph for the same
character. So if you want to have different glyphs for a character, you have to use a
different font.
an advance.
The format was designed with small file size and efficient info access in mind. As
such the format specification has many IF-x-THEN conditions, because it uses
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment