From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YP4BIjKtUGNlQgEAbAwnHQ (envelope-from ) for ; Thu, 20 Oct 2022 04:06:42 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id eAsUIjKtUGN2mQAAauVa8A (envelope-from ) for ; Thu, 20 Oct 2022 04:06:42 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 37F811ADBC for ; Thu, 20 Oct 2022 04:06:42 +0200 (CEST) Received: from localhost ([::1]:50752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olKxF-0002Zy-Cn for larch@yhetil.org; Wed, 19 Oct 2022 22:06:41 -0400 Received: from [::1] (port=40220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olKut-0001T8-JA for larch@yhetil.org; Wed, 19 Oct 2022 22:04:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50808) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olKug-0001Sr-BM for guix-patches@gnu.org; Wed, 19 Oct 2022 22:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1olKug-0001se-2v for guix-patches@gnu.org; Wed, 19 Oct 2022 22:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1olKuf-0004Hi-OH for guix-patches@gnu.org; Wed, 19 Oct 2022 22:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH 0/1] Support user's fontconfig. Resent-From: Declan Tsien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Oct 2022 02:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Taiju HIGASHI Cc: 57963@debbugs.gnu.org, liliana.prikler@gmail.com, Andrew Tropin Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.166623143716459 (code B ref 57963); Thu, 20 Oct 2022 02:04:01 +0000 Received: (at 57963) by debbugs.gnu.org; 20 Oct 2022 02:03:57 +0000 Received: from localhost ([127.0.0.1]:60692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olKub-0004HP-HX for submit@debbugs.gnu.org; Wed, 19 Oct 2022 22:03:57 -0400 Received: from mx0.riseup.net ([198.252.153.6]:41120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olKuY-0004H5-Rz for 57963@debbugs.gnu.org; Wed, 19 Oct 2022 22:03:56 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4Mt9r50DjSz9sZ3; Thu, 20 Oct 2022 02:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666231429; bh=t89sSRde3Ct3feo2JIzdC7SbWZ9qlB5UrRB9zg10n1M=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mUdxJLlPJWBhDHSRO5IkJnj0Yhnub2qTd5J0Zu0/Y5GPxD+c3eaOX1VuNFMBV35dt AcnkRBcPbWvc+EqLF1GofKSd3rZNUz/5XScCSJoYGt2WlH0iFh1P8zy7PeRTRTyKxb mUEXr7HJxVgCNIdl8apSB/Nk4pW7TGfnLf2P05gw= X-Riseup-User-ID: F25A5E57681E2D216C09120690665ABD398C90B82BB30585598BCE422F39B9F6 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4Mt9r22Lckz5vTb; Thu, 20 Oct 2022 02:03:46 +0000 (UTC) From: Declan Tsien In-Reply-To: <87wn8vcm1y.fsf@taiju.info> References: <87k053sxur.fsf@gnu.org> <87zgdzat99.fsf@trop.in> <87zgdxgx0l.fsf@taiju.info> <875ygiqur9.fsf@gnu.org> <87r0z5e23k.fsf@taiju.info> <87czanebhd.fsf@taiju.info> <87o7u7e1ai.fsf@riseup.net> <87wn8vcm1y.fsf@taiju.info> Date: Thu, 20 Oct 2022 10:03:35 +0800 Message-ID: <87czan45fs.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666231602; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=t89sSRde3Ct3feo2JIzdC7SbWZ9qlB5UrRB9zg10n1M=; b=aKnkF9EKusqOS3o1R9peLvCgbto7+l5whmIoq9ZHQiuPFjCs5w2e7jUuRZnU1RdWQFyIiB nFgex4XtYy5rQFS2o0TpQBj8uMLs0BQFI3skB9lWreli0EFNuCYVMmZk/OoJZd9Jed1c9D M5jZjKaqm2mnImDMfTvtSVrxtt7uHYW050K7SqaeCBKcSishOElvvC/ZJi9BMiOzYlOFOG Q6Vgb1N7NSmBeIj7se6plLkPygLK2puK//+TYiTSC1ti1T2HW3doLbxMKaZqxerWnKKjPi 1+6m2nlBBjLiLpRkiRPSZJV8C8qyemfvg3La98/coOqjCcCRbXNXi3jnu+ctHg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666231602; a=rsa-sha256; cv=none; b=IIVLTKjtkhVGQSlDbNAFiG16BZeYbgym9m1zJnra4YI43SJ+GTLrjUyZR5mWYHshH5i/X4 3CqdPpxgo9RmbVAsPOGyeOq2v/7XLZ2S/0dsP3jyzO1O9Gib+dcrEaTj5cSBIOQnvfxyBH MivQyan45kTe27H5GCRkC+vPrSZ5rG0PX2ddFvk9FdphWkytjzAsSlavshMEJDsw9/9iTG yKz6HxRjCaRgNR1qlVlAOO4JilG4gqqBL5PJZ4/5rk0J38EQgKYvh8cQk6PlszzbawKjEE c3KoA6Z9Hl4Uvm+a3xlVwnXGim6Y0PVf4/k3oIdztRgrFh1fc9KrWiLSt7dc9Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=mUdxJLlP; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.48 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=mUdxJLlP; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 37F811ADBC X-Spam-Score: 5.48 X-Migadu-Scanner: scn0.migadu.com X-TUID: RmQ8fkPET0Tm --=-=-= Content-Type: text/plain Taiju HIGASHI writes: > > By the way, should we be able to specify the binding attribute as well? > I checked the fontconfig doc. https://www.freedesktop.org/software/fontconfig/fontconfig-user.html Here is the relevant portation: > There is one special case to this rule; family names are split into > two bindings; strong and weak. Strong family names are given greater > precedence in the match than lang elements while weak family names are > given lower precedence than lang elements. This permits the document > language to drive font selection when any document specified font is > unavailable. I guess it's ok to ignore or set a default =strong= when serializing? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNQrHcXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vW9Tgv/YTzV9CfjNztURy7uEDXeTzHv qEr3aFUxqB8g2fmdGKgPNTOdGjh8BHMvuEoGKJQrnQ7C5m7M81VjNioVMX1F5lFv RYQ6lx9Vp9c0TljMKWLoPp+j0Fv2NUGd0af0sgmj6chsbY5jGt6ftbfXAMezeupU o9cu/H3nUE5QbMNBGJwWUkNJ8ycrouajEeCrdLuAtvZ5TwJ0XLq+CSk38SnLhtGW 8J5B7mF05MclsfIwZGitYs2br/QAysOCo9MorbMPRpFG992gRRHsssYKLji6RGGq k83n0VfFjCfDJ1dyHD1/+UkDlBFRRxCQCyo1dl2MlG5wekRM9F3ANZnyxdJo4cyh PvoN+k50VvwYHRbuTx0ibmjQVWJWFJ6y5sb+6KzBpaeydHMN8oV1hNCjFi9bxeDL MfkQSQDmwC1JYBQOLwhMg4gdcDRLVBmKDBwXPZuXIqbCx8qEY5EMZ26NVDRZZjUy kP2u1roa0rgsWLBBLDIKq+hAdCcwzzsraqfuu1Kg =5fmb -----END PGP SIGNATURE----- --=-=-=--