summaryrefslogtreecommitdiff
path: root/doc/fcweight.fncs
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2022-12-13 16:05:41 +0900
committerAkira TAGOH <akira@tagoh.org>2022-12-13 16:05:41 +0900
commit27a21ccef06b92c0f5cf120f7fdc29cdec259e1b (patch)
tree134677f4dc3347bb15d760285842fbcd87d810b6 /doc/fcweight.fncs
parentce9cbe36d81efaafb9e60b6899665b370e872e81 (diff)
downloadfontconfig-27a21ccef06b92c0f5cf120f7fdc29cdec259e1b.tar.gz
Convert tabs to spaces
This fixes broken layout on pdf. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343
Diffstat (limited to 'doc/fcweight.fncs')
-rw-r--r--doc/fcweight.fncs40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/fcweight.fncs b/doc/fcweight.fncs
index 5bb9429..a3668d9 100644
--- a/doc/fcweight.fncs
+++ b/doc/fcweight.fncs
@@ -19,10 +19,10 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
-@RET@ double
-@FUNC@ FcWeightFromOpenTypeDouble
-@TYPE1@ double @ARG1@ ot_weight
-@PURPOSE@ Convert from OpenType weight values to fontconfig ones
+@RET@ double
+@FUNC@ FcWeightFromOpenTypeDouble
+@TYPE1@ double @ARG1@ ot_weight
+@PURPOSE@ Convert from OpenType weight values to fontconfig ones
@DESC@
<function>FcWeightFromOpenTypeDouble</function> returns an double value
to use with FC_WEIGHT, from an double in the 1..1000 range, resembling
@@ -31,39 +31,39 @@ are also similar to CSS font-weight numbers. If input is negative,
zero, or greater than 1000, returns -1. This function linearly interpolates
between various FC_WEIGHT_* constants. As such, the returned value does not
necessarily match any of the predefined constants.
-@SINCE@ 2.12.92
+@SINCE@ 2.12.92
@@
-@RET@ double
-@FUNC@ FcWeightToOpenTypeDouble
-@TYPE1@ double @ARG1@ ot_weight
-@PURPOSE@ Convert from fontconfig weight values to OpenType ones
+@RET@ double
+@FUNC@ FcWeightToOpenTypeDouble
+@TYPE1@ double @ARG1@ ot_weight
+@PURPOSE@ Convert from fontconfig weight values to OpenType ones
@DESC@
<function>FcWeightToOpenTypeDouble</function> is the inverse of
<function>FcWeightFromOpenType</function>. If the input is less than
FC_WEIGHT_THIN or greater than FC_WEIGHT_EXTRABLACK, returns -1. Otherwise
returns a number in the range 1 to 1000.
-@SINCE@ 2.12.92
+@SINCE@ 2.12.92
@@
-@RET@ int
-@FUNC@ FcWeightFromOpenType
-@TYPE1@ int @ARG1@ ot_weight
-@PURPOSE@ Convert from OpenType weight values to fontconfig ones
+@RET@ int
+@FUNC@ FcWeightFromOpenType
+@TYPE1@ int @ARG1@ ot_weight
+@PURPOSE@ Convert from OpenType weight values to fontconfig ones
@DESC@
<function>FcWeightFromOpenType</function> is like
<function>FcWeightFromOpenTypeDouble</function> but with integer arguments.
Use the other function instead.
-@SINCE@ 2.11.91
+@SINCE@ 2.11.91
@@
-@RET@ int
-@FUNC@ FcWeightToOpenType
-@TYPE1@ int @ARG1@ ot_weight
-@PURPOSE@ Convert from fontconfig weight values to OpenType ones
+@RET@ int
+@FUNC@ FcWeightToOpenType
+@TYPE1@ int @ARG1@ ot_weight
+@PURPOSE@ Convert from fontconfig weight values to OpenType ones
@DESC@
<function>FcWeightToOpenType</function> is like
<function>FcWeightToOpenTypeDouble</function> but with integer arguments.
Use the other function instead.
-@SINCE@ 2.11.91
+@SINCE@ 2.11.91
@@