summaryrefslogtreecommitdiff
path: root/Xprint/pcl/PclFonts.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:54 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:54 +0000
commitded6147bfb5d75ff1e67c858040a628b61bc17d1 (patch)
tree82355105e93cdac89ef7d987424351c77545faf0 /Xprint/pcl/PclFonts.c
parentcb6ef07bf01e72d1a6e6e83ceb7f76d6534da941 (diff)
R6.6 is the Xorg base-lineXORG-MAIN
Diffstat (limited to 'Xprint/pcl/PclFonts.c')
-rw-r--r--Xprint/pcl/PclFonts.c69
1 files changed, 69 insertions, 0 deletions
diff --git a/Xprint/pcl/PclFonts.c b/Xprint/pcl/PclFonts.c
new file mode 100644
index 000000000..ef4554a12
--- /dev/null
+++ b/Xprint/pcl/PclFonts.c
@@ -0,0 +1,69 @@
+/* $Xorg: PclFonts.c,v 1.3 2000/08/17 19:48:08 cpqbld Exp $ */
+/*******************************************************************
+**
+** *********************************************************
+** *
+** * File: PclFonts.c
+** *
+** * Contents:
+** * Font code for Pcl driver.
+** *
+** * Created: 2/03/95
+** *
+** *********************************************************
+**
+********************************************************************/
+/*
+(c) Copyright 1996 Hewlett-Packard Company
+(c) Copyright 1996 International Business Machines Corp.
+(c) Copyright 1996 Sun Microsystems, Inc.
+(c) Copyright 1996 Novell, Inc.
+(c) Copyright 1996 Digital Equipment Corp.
+(c) Copyright 1996 Fujitsu Limited
+(c) Copyright 1996 Hitachi, Ltd.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the names of the copyright holders shall
+not be used in advertising or otherwise to promote the sale, use or other
+dealings in this Software without prior written authorization from said
+copyright holders.
+*/
+
+#include "miscstruct.h"
+#include "fontstruct.h"
+#include "dixfontstr.h"
+#include "scrnintstr.h"
+
+#include "Pcl.h"
+
+Bool
+PclRealizeFont(
+ ScreenPtr pscr,
+ FontPtr pFont)
+{
+ return TRUE;
+}
+
+Bool
+PclUnrealizeFont(
+ ScreenPtr pscr,
+ FontPtr pFont)
+{
+ return TRUE;
+}
ion> Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Follow-up commit to core d3bc1970fa9bd7acf7a6d0a2e1dba756cfc70e86cp-24.04.8-5cp-24.04.8-4cp-24.04.8-3distro/collabora/co-24.04.8Andras Timar128-129/+129
2024-10-17German translation for "Improve grammar check popups from Duden"Andras Timar1-0/+15
2024-10-15update translations for 24.2.7 rc1Christian Lohmaier572-15177/+17480
2024-09-11update translations for 24.2.6 rc2cp-24.04.8-2cp-24.04.8-1cp-24.04.7-3cp-24.04.7-2Christian Lohmaier23-501/+501
2024-09-11update translations for 24.2.6 rc2Christian Lohmaier197-2935/+2885
2024-09-11update translations for 24.2.6 rc1Christian Lohmaier746-17182/+18007
2024-09-11update translations for 24.2.5 rc2Christian Lohmaier195-2778/+2804
2024-07-03update translations for 24.2.5 rc1cp-24.04.7-1cp-24.04.6-3cp-24.04.5-2cp-24.04.5-1Christian Lohmaier237-1516/+1421
2024-07-03update translations for 24.2.5 rc1Christian Lohmaier415-5218/+5205
2024-06-24update translations for 24.2.4 rc2Christian Lohmaier90-793/+781
2024-06-03update translations for 24.2.4 rc2cp-24.04.4-5cp-24.04.4-4cp-24.04.4-3cp-24.04.4-2co-24.04.4-4Christian Lohmaier486-33672/+32762
2024-06-03update translations for 24.2.4 rc1Christian Lohmaier529-32993/+29625
2024-06-03update translations for 24.2.3 rc2Christian Lohmaier309-5301/+5274
2024-04-19update translations for 24.2.3 rc1cp-24.04.3-6cp-24.04.3-5cp-24.04.3-4cp-24.04.3-2cp-24.04.3-1cp-24.04.1-3co-24.04.3-2Christian Lohmaier81-860/+829
2024-04-19update translations for 24.2.3 rc1Christian Lohmaier523-5055/+4725
2024-03-27update translations for 24.2.2 rc2cp-24.04.1-2Christian Lohmaier111-677/+662
2024-03-27bump copyright year for sl translationChristian Lohmaier2-4/+4
2024-03-27update translations for 24-2 and force-fix errors using pocheckChristian Lohmaier521-8071/+8016
2024-03-27update translations for 24.2.2 rc1Christian Lohmaier263-4995/+4896
2024-03-27update translations for 24.2.1 rc2Christian Lohmaier276-5469/+5410
2024-02-22[cp] Remove reference to menu in dialog textcp-24.04.1-1Andras Timar35-280/+70
2024-02-09update translations for 24.2.1 rc1cp-24.04.0-1Christian Lohmaier34-497/+476
2024-02-08update translations for 24.2.1 rc1Christian Lohmaier291-7745/+7428
2024-01-26update translations for 24.2.0 rc3Christian Lohmaier13-196/+196
2024-01-25update translations for 24.2.0 rc3Christian Lohmaier631-33232/+15659
2024-01-23Updated Slovenian translationMartin Srebotnjak4-248/+80
2024-01-22update sl translation for gerrit#161999Christian Lohmaier1-2/+2
2024-01-11update translations for master/24.2.0 rc1co-24.04-branch-pointChristian Lohmaier78-1234/+1150
2024-01-10Updated Slovenian translationMartin Srebotnjak19-91/+127
2024-01-10update translations for master/24-2Christian Lohmaier267-5889/+8163
2024-01-10add translations for Armenian (hy)Christian Lohmaier158-0/+273799
2024-01-10update translations for master/24-2Christian Lohmaier115-1769/+2348
2024-01-08update translations for master/24-2Christian Lohmaier914-17234/+21265
2023-12-30Updated Slovenian translationMartin Srebotnjak37-651/+1998
2023-12-21update translations for master/24.2.0 RC1Christian Lohmaier1440-36867/+87000
2023-12-20Updated Slovenian translationMartin Srebotnjak48-1612/+4963
2023-12-15update translations for master/24-2Christian Lohmaier1551-39007/+124820
2023-12-08Branch libreoffice-24-2Christian Lohmaier0-0/+0
2023-12-08update translations for master/24.2.0 Beta1libreoffice-24-2-branch-pointChristian Lohmaier53-466/+477
2023-12-07update translations for master/24.2.0 beta1Christian Lohmaier499-7052/+13102
2023-12-04update translations for masterChristian Lohmaier258-7146/+8658
2023-12-04update translations for masterChristian Lohmaier3565-257579/+431237
2023-11-30update translations for masterXisco Fauli198-4875/+4861
2023-11-23update translations for masterXisco Fauli51-1332/+1330
2023-11-23Updated Slovenian translationMartin Srebotnjak51-13811/+21418
2023-11-21update translations for masterXisco Fauli904-51173/+45191
2023-11-08update translations for masterChristian Lohmaier921-43573/+49527
2023-11-02update translations for masterChristian Lohmaier2450-251413/+438677
2023-10-11update translations for masterChristian Lohmaier