Make FC_SCALE deprecated
Use FC_MATRIX instead. https://bugs.freedesktop.org/show_bug.cgi?id=90257
This commit is contained in:
parent
a10cb2e4d7
commit
55ff841927
|
@ -176,7 +176,7 @@ convenience for the application's rendering mechanism.
|
|||
outline FC_OUTLINE Bool Whether the glyphs are outlines
|
||||
scalable FC_SCALABLE Bool Whether glyphs can be scaled
|
||||
scale FC_SCALE Double Scale factor for point->pixel
|
||||
conversions
|
||||
conversions (deprecated)
|
||||
color FC_COLOR Bool Whether any glyphs have color
|
||||
dpi FC_DPI Double Target dots per inch
|
||||
rgba FC_RGBA Int unknown, rgb, bgr, vrgb,
|
||||
|
|
|
@ -120,7 +120,7 @@ convenience for the applications' rendering mechanism.
|
|||
outline Bool Whether the glyphs are outlines
|
||||
scalable Bool Whether glyphs can be scaled
|
||||
color Bool Whether any glyphs have color
|
||||
scale Double Scale factor for point->pixel conversions
|
||||
scale Double Scale factor for point->pixel conversions (deprecated)
|
||||
dpi Double Target dots per inch
|
||||
rgba Int unknown, rgb, bgr, vrgb, vbgr,
|
||||
none - subpixel geometry
|
||||
|
|
|
@ -95,7 +95,7 @@ typedef int FcBool;
|
|||
#define FC_OUTLINE "outline" /* Bool */
|
||||
#define FC_SCALABLE "scalable" /* Bool */
|
||||
#define FC_COLOR "color" /* Bool */
|
||||
#define FC_SCALE "scale" /* double */
|
||||
#define FC_SCALE "scale" /* double (deprecated) */
|
||||
#define FC_DPI "dpi" /* double */
|
||||
#define FC_RGBA "rgba" /* Int */
|
||||
#define FC_MINSPACE "minspace" /* Bool use minimum line spacing */
|
||||
|
|
Loading…
Reference in New Issue