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
+24-4
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,21 @@ fontconfig-rs
20
20
A wrapper around [freedesktop.org's fontconfig library][homepage], for locating fonts on a UNIX like systems such as Linux and FreeBSD. Requires fontconfig to be installed.
21
21
22
22
Dependencies
23
-
============
23
+
------------
24
24
25
25
* Arch Linux: `fontconfig`
26
26
* Debian-based systems: `libfontconfig1-dev`
27
27
* FreeBSD: `fontconfig`
28
28
* Void Linux: `fontconfig-devel`
29
29
30
30
Usage
31
-
=====
31
+
-----
32
32
33
33
Cargo.toml:
34
34
35
35
```toml
36
36
[dependencies]
37
-
fontconfig = "0.1.0"
37
+
yeslogic-fontconfig = "0.1.0"
38
38
```
39
39
40
40
main.rs:
@@ -55,6 +55,26 @@ fn main() {
55
55
You could then, for example, use `font.path` to create a `GlyphCache` from [`opengl_graphics`][gl]
0 commit comments