forked from parlr/ruby-font-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,215 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Should contains fonts to use (also need by travis). | ||
|
||
Vietnamese font ranges | ||
- C0 Controls and Basic Latin: U+0000-U+0000 | ||
- C1 Controls and Latin-1 Supplement: U+0080-U+00FF | ||
- Controls and Basic Latin: U+0000-U+007F | ||
- Latin-1 Supplement Supplement: U+0080-U+00FF | ||
- Latin Extended-A: U+0100-U+017F | ||
- Latin Extended-B: U+0180-U+024F | ||
- Latin Extended Additional: U+1E00-U+1EFF | ||
- Combining Diacritical Marks: U+0300-U+036F |
Oops, something went wrong.