index
:
libfonts
master
Library for font listing, searching, and configurations
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libfonts.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add todos
Mattias Andrée
2023-01-21
1
-0
/
+2
*
Add libfonts_get_subpixel_map
Mattias Andrée
2023-01-21
1
-0
/
+31
*
Add libfonts_get_subpixel_expansion
Mattias Andrée
2023-01-21
1
-4
/
+28
*
Add libfonts_create_transcoding_table
Mattias Andrée
2023-01-21
1
-1
/
+84
*
libfonts_parse_encoding_line: add warning messing
Mattias Andrée
2023-01-20
1
-1
/
+3
*
Add encoding parsing and m fix libfonts_parse_alias_line
Mattias Andrée
2023-01-19
1
-0
/
+311
*
Add libfonts_char_is_in_subset
Mattias Andrée
2023-01-17
1
-0
/
+17
*
libfonts_do_decoded_font_descriptions_match: check charset subset coverage
Mattias Andrée
2023-01-17
1
-1
/
+1
*
Doc using libfonts_parse_dir_line for encodings.dir and add LIBFONTS_ENCODING_DIR_FILE_NAME
Mattias Andrée
2023-01-12
1
-3
/
+19
*
m + add libfonts_parse_dir_line
Mattias Andrée
2023-01-12
1
-3
/
+56
*
m doc
Mattias Andrée
2023-01-12
1
-6
/
+12
*
Add support for FILE_NAMES_ALIASES
Mattias Andrée
2023-01-12
1
-7
/
+49
*
Clearify that aliases are to XFDL that may contain wildcards
Mattias Andrée
2023-01-12
1
-1
/
+2
*
Add alias file parsing function
Mattias Andrée
2023-01-11
1
-0
/
+32
*
Add libfonts_get_font_root_dirs
Mattias Andrée
2023-01-10
1
-0
/
+20
*
m + implement libfonts_do_{decoded_,}font_descriptions_match
Mattias Andrée
2023-01-10
1
-2
/
+0
*
Print warnings
Mattias Andrée
2023-01-08
1
-0
/
+22
*
Fix warnings
Mattias Andrée
2023-01-08
1
-10
/
+21
*
struct libfonts_context will be used to print warnings
Mattias Andrée
2023-01-08
1
-13
/
+26
*
Draft implementations of libfonts_get_{default,output}_rendering_settings
Mattias Andrée
2023-01-08
1
-25
/
+2
*
Add environment spoofing
Mattias Andrée
2023-01-08
1
-3
/
+47
*
Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_font
Mattias Andrée
2023-01-08
1
-30
/
+11
*
Move test-todos into .c-files and add empty test functions
Mattias Andrée
2023-01-08
1
-3
/
+0
*
Fix and test libfonts_get_default_font_name
Mattias Andrée
2023-01-08
1
-1
/
+0
*
Test and fix libfonts_calculate_subpixel_order
Mattias Andrée
2023-01-08
1
-3
/
+4
*
More detailed subpixel layout descriptions
Mattias Andrée
2023-01-08
1
-20
/
+50
*
Fix documentation
Mattias Andrée
2023-01-07
1
-4
/
+4
*
Add tests
Mattias Andrée
2023-01-07
1
-7
/
+12
*
Add textual descriptions of subpixel layouts
Mattias Andrée
2023-01-07
1
-2
/
+264
*
Add libfonts_{get,unget}_subpixel_order_class
Mattias Andrée
2023-01-07
1
-0
/
+176
*
Add LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels orders
Mattias Andrée
2023-01-07
1
-1
/
+277
*
Add subpixels diagrams
Mattias Andrée
2023-01-07
1
-0
/
+340
*
Add specifications to todos
Mattias Andrée
2022-07-22
1
-9
/
+32
*
Add default fonts
Mattias Andrée
2022-07-22
1
-0
/
+88
*
Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED
Mattias Andrée
2022-07-22
1
-0
/
+6
*
Doc libfonts_antialiasing
Mattias Andrée
2022-07-22
1
-0
/
+24
*
Add LIBFONTS_ANTIALIASING_UNSPECIFIED
Mattias Andrée
2022-07-22
1
-0
/
+1
*
libfonts_get_default_rendering_settings shall be used by output-unaware applications
Mattias Andrée
2022-07-22
1
-0
/
+3
*
Add min_dpsqi_for_greyscale and min_dpsqi_for_subpixel
Mattias Andrée
2022-07-22
1
-0
/
+19
*
Improve libfonts_rendering_settings
Mattias Andrée
2022-07-22
1
-14
/
+25
*
Add documentation
Mattias Andrée
2022-07-22
1
-3
/
+64
*
m doc
Mattias Andrée
2022-07-22
1
-8
/
+6
*
Put NULL, in doc, inside backticks
Mattias Andrée
2022-07-22
1
-5
/
+5
*
libfonts_get_output_dpi: inversion of transformation should be used
Mattias Andrée
2022-07-22
1
-50
/
+14
*
Fix EDID reading in libfonts_get_output_dpi and make it use the output transformation
Mattias Andrée
2022-07-22
1
-16
/
+35
*
Calculate logical subpixel order from transformation
Mattias Andrée
2022-07-22
1
-29
/
+41
*
Add documentation
Mattias Andrée
2022-07-22
1
-2
/
+180
*
Add prototype for libfonts_do_decoded_font_descriptions_match
Mattias Andrée
2021-11-20
1
-0
/
+2
*
Implement libfonts_encode_font_description
Mattias Andrée
2021-11-11
1
-1
/
+1
*
Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi
Mattias Andrée
2021-11-10
1
-4
/
+4
[next]