File:Chess symbols.svg

Original file(SVG file, nominally 1,119 × 1,543 pixels, file size: 43 KB)

Commons-logo.svg This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Crown

Summary

Description
Português: Quatro exemplos de símbolos Unicode de Xadrez em tipos de letra livres e de código aberto. Cada par de linhas representa um conjunto completo de símbolos. Os tipos de letras utilizados são: DejaVu Sans; FreeSerif; Quivira; Pecita.
English: Four samples of Unicode symbols for Chess with free and open source typefaces. Each pair represents a full symbol set. The typefaces used are: DejaVu Sans; FreeSerif; Quivira; Pecita.
Date
Source Own work
Author Joaopaulo1511

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

⧼source-code⧽

English: Below goes the most stripped source code that works with LibreOffice 6.4.6.2 and newer, after copying it to a "Chess symbols.fodt" file. The fonts DejaVu LGC Sans (or DejaVu Sans), FreeSerif, Pecita and Quivira must be installed so the document renders properly. Tabs are needed because the Pecita typeface has a very large default space and would not be vertically aligned with the other typefaces. After rendering the document, it can be exported as PDF/UA (LibreOffice 7 and newer) or just as PDF and then converted to SVG (because as of 2020/10/12 PDF thumbnails aren't rendered by MediaWiki as crispy PNG images, but as JPEG with annoying compression artifacts). Finally, the SVG imagem can be optimized.
Português: Abaixo está o código fonte mais simplificado e que funciona com o LibreOffice 6.4.6.2 e mais novos, após copiá-lo para um arquivo "Chess symbols.fodt". As fontes DejaVu LGC Sans (ou DejaVu Sans), FreeSerif, Pecita e Quivira precisam estar instaladas para que o documento seja renderizado adequadamente. Tabulações são necessárias porque o tipo de letra Pecita tem um tamanho de espaço padrão muito largo e não teria alinhamento vertical com os outros tipos de letra. Após renderizar o documento, pode ser exportado um PDF/UA (LibreOffice 7 e mais novos) ou apenas como PDF e então convertido para SVG (porque desde 2020/10/12 as miniaturas de PDF não são renderizadas pelo MediaWiki como imagens PNG cristalinas, mas como JPEG com artefatos de compressão incômodos). Por fim, pode ser feita a otimização da imagem SVG.
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta><dc:title>Chess symbols</dc:title></office:meta>
 <office:styles>
  <style:default-style style:family="paragraph">
   <style:paragraph-properties fo:text-align="center"/>
   <style:text-properties fo:font-size="24pt" fo:language="zxx" fo:country="none"/>
  </style:default-style>
  <style:style style:name="Separator" style:family="paragraph" style:parent-style-name="Standard">
   <style:text-properties fo:font-size="12pt"/>
  </style:style>
  <style:style style:name="DejaVu" style:family="paragraph" style:parent-style-name="Standard">
   <style:text-properties fo:font-family="&apos;DejaVu LGC Sans&apos;, &apos;DejaVu Sans&apos;"/>
  </style:style>
  <style:style style:name="FreeSerif" style:family="paragraph" style:parent-style-name="Standard">
   <style:text-properties fo:font-family="FreeSerif"/>
  </style:style>
  <style:style style:name="Pecita" style:family="paragraph" style:parent-style-name="Standard">
   <style:text-properties fo:font-family="Pecita"/>
  </style:style>
  <style:style style:name="Quivira" style:family="paragraph" style:parent-style-name="Standard">
   <style:text-properties fo:font-family="Quivira"/>
  </style:style>
 </office:styles>
 <office:automatic-styles>
  <style:page-layout style:name="pm1">
   <style:page-layout-properties fo:page-width="7.1cm" fo:page-height="9.8cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:margin-left="0cm" fo:margin-right="0cm"/>
  </style:page-layout>
 </office:automatic-styles>
 <office:master-styles>
  <style:master-page style:name="Standard" style:page-layout-name="pm1"/>
 </office:master-styles>
 <office:body>
  <office:text>
   <text:p text:style-name="DejaVu"><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:line-break/><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/>♟︎</text:p>
   <text:p text:style-name="Separator"/>
   <text:p text:style-name="FreeSerif"><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:line-break/><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/>♟︎</text:p>
   <text:p text:style-name="Separator"/>
   <text:p text:style-name="Quivira"><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:line-break/><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/>♟︎</text:p>
   <text:p text:style-name="Separator"/>
   <text:p text:style-name="Pecita"><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:line-break/><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/>♟︎</text:p>
  </office:text>
 </office:body>
</office:document>

Captions

Four renditions of Unicode representations of Chess symbols in free and open source typefaces: DejaVu Sans; FreeSerif; Quivira; Pecita.

12 October 2020

image/svg+xml

315bfda4637feb53539f9381dfc00ac61aff475e

44,299 byte

1,543 pixel

1,119 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current13:06, 12 October 20201,119 × 1,543 (43 KB)Joaopaulo1511Uploaded own work with UploadWizard

The following page uses this file:

Metadata