Skip to content

Commit

Permalink
currency and other symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed May 1, 2024
1 parent 8250d37 commit b35547d
Showing 1 changed file with 194 additions and 13 deletions.
207 changes: 194 additions & 13 deletions src/glyphs/poncuation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,163 @@ const ponctuation = {
[0.75, 0.4],
],
],
"¢": [
[
[0.725, 0.35],
[0.275, 0.35],
[0.275, 0.65],
[0.725, 0.65],
],
[
[0.5, 0.2],
[0.5, 0.8],
],
],
"£": [
[
[0.5, 0.25],
[0.35, 0.25],
[0.35, 0.75],
[0.25, 0.75],
[0.25, 0.65],
[0.725, 0.65],
],
[
[0.25, 0.45],
[0.65, 0.45],
],
],
"¤": [
[
[0.4, 0.4],
[0.6, 0.4],
[0.6, 0.55],
[0.4, 0.55],
[0.4, 0.4],
],
[
[0.6, 0.4],
[0.65, 0.35],
],
[
[0.6, 0.55],
[0.65, 0.6],
],
[
[0.4, 0.55],
[0.35, 0.6],
],
[
[0.4, 0.4],
[0.35, 0.35],
],
],
"¥": [
[
[0.25, 0.2],
[0.5, 0.5],
[0.75, 0.2],
],
[
[0.5, 0.5],
[0.5, 0.7],
],
[
[0.25, 0.5],
[0.75, 0.5],
],
[
[0.25, 0.6],
[0.75, 0.6],
],
],
"€": [
[
[0.75, 0.2],
[0.35, 0.2],
[0.35, 0.7],
[0.75, 0.7],
],
[
[0.25, 0.4],
[0.55, 0.4],
],
[
[0.25, 0.5],
[0.55, 0.5],
],
],
"¦": [
[
[0.5, 0.2],
[0.5, 0.4],
],
[
[0.5, 0.5],
[0.5, 0.7],
],
],
"§": [
[
[0.4, 0.3],
[0.4, 0.55],
[0.6, 0.55],
[0.6, 0.4],
[0.4, 0.4],
[0.4, 0.25],
[0.6, 0.25],
],
[
[0.6, 0.55],
[0.6, 0.7],
[0.4, 0.7],
],
],
"¨": [
[
[0.4, 0.25],
[0.4, 0.3],
],
[
[0.6, 0.25],
[0.6, 0.3],
],
],
"©": [
[
[0.625, 0.35],
[0.375, 0.35],
[0.375, 0.6],
[0.625, 0.6],
],
[
[0.25, 0.25],
[0.75, 0.25],
[0.75, 0.7],
[0.25, 0.7],
[0.25, 0.25],
],
],
"®": [
[
[0.375, 0.5],
[0.6, 0.5],
[0.6, 0.35],
[0.375, 0.35],
[0.375, 0.6],
],
[
[0.375, 0.5],
[0.6, 0.6],
],
[
[0.25, 0.25],
[0.75, 0.25],
[0.75, 0.7],
[0.25, 0.7],
[0.25, 0.25],
],
],
"~": [
[
[0.25, 0.6],
Expand Down Expand Up @@ -344,6 +501,30 @@ const ponctuation = {
[0.5, 0.3],
],
],
"«": [
[
[0.5, 0.3],
[0.3, 0.45],
[0.5, 0.6],
],
[
[0.7, 0.3],
[0.5, 0.45],
[0.7, 0.6],
],
],
"»": [
[
[0.3, 0.3],
[0.5, 0.45],
[0.3, 0.6],
],
[
[0.5, 0.3],
[0.7, 0.45],
[0.5, 0.6],
],
],
"²": [
[
[0.4125, 0.232],
Expand Down Expand Up @@ -374,29 +555,29 @@ const ponctuation = {
],
µ: [
[
[0.2, 0.3],
[0.2, 0.9],
[0.3, 0.3],
[0.3, 0.9],
],
[
[0.2, 0.7],
[0.8, 0.7],
[0.3, 0.7],
[0.7, 0.7],
],
[
[0.8, 0.75],
[0.8, 0.3],
[0.7, 0.75],
[0.7, 0.3],
],
],
"¶": [
[
[0.65, 0.9],
[0.65, 0.3],
[0.25, 0.3],
[0.25, 0.7],
[0.65, 0.7],
[0.6, 0.9],
[0.6, 0.3],
[0.3, 0.3],
[0.3, 0.6],
[0.6, 0.6],
],
[
[0.75, 0.9],
[0.75, 0.3],
[0.7, 0.9],
[0.7, 0.3],
],
],
};
Expand Down

0 comments on commit b35547d

Please sign in to comment.