-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
38 lines (37 loc) · 926 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(c,font_feature)
S3method(format,font_feature)
S3method(length,font_feature)
S3method(print,font_feature)
export(add_fonts)
export(as_font_weight)
export(as_font_width)
export(clear_local_fonts)
export(clear_registry)
export(font_fallback)
export(font_feature)
export(font_info)
export(get_fallback)
export(get_from_font_squirrel)
export(get_from_google_fonts)
export(glyph_info)
export(glyph_outline)
export(glyph_raster)
export(glyph_raster_grob)
export(match_font)
export(match_fonts)
export(register_font)
export(register_variant)
export(registry_fonts)
export(require_font)
export(reset_font_cache)
export(scan_local_fonts)
export(search_web_fonts)
export(shape_string)
export(str_split_emoji)
export(string_metrics_dev)
export(string_width)
export(string_widths_dev)
export(system_fonts)
importFrom(lifecycle,deprecated)
useDynLib(systemfonts, .registration = TRUE)