You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+56-7
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,68 @@ SheenFigure aims to implement the advanced typographic tables of OpenType specif
8
8
9
9
Here are some of the advantages of SheenFigure.
10
10
11
-
* Object based.
12
-
* Designed to be thread safe.
13
-
* Lightweight API for interaction.
14
-
* Clear differentiation of public and private API.
15
-
* Thoroughly tested.
11
+
* Object based
12
+
* Designed to be thread safe
13
+
* Lightweight API for interaction
14
+
* Clear differentiation of public and private API
15
+
* Thoroughly tested
16
16
17
17
## Dependency
18
-
SheenFigure only depends on SheenBidi in order to support UTF-8, UTF-16 and UTF-32 string encodings. Other than that, it only uses standard C library headers ```stddef.h```, ```stdint.h```, ```stdlib.h``` and ```string.h```.
18
+
SheenFigure only depends on [SheenBidi](https://github.com/mta452/SheenBidi) in order to support UTF-8, UTF-16 and UTF-32 string encodings. Other than that, it only uses standard C library headers ```stddef.h```, ```stdint.h```, ```stdlib.h``` and ```string.h```.
19
19
20
20
## Configuration
21
-
The configuration options are available in `Headers/SFConifg.h`.
21
+
The configuration options are available in `Headers/SFConfig.h`.
22
22
23
23
*```SF_CONFIG_UNITY``` builds the library as a single module and lets the compiler make decisions to inline functions.
24
24
25
25
## Compiling
26
26
SheenFigure can be compiled with any C compiler. The best way for compiling is to add all the files in an IDE and hit build. The only thing to consider however is that if ```SF_CONFIG_UNITY``` is enabled then only ```Source/SheenFigure.c``` should be compiled.
27
+
28
+
## Conformance
29
+
Following are the tables implemented by SheenFigure.
0 commit comments