Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A patched version of libxft that allows for colored emojis to be rendered in Suckless software (dmenu/st/whatever).

License

NotificationsYou must be signed in to change notification settings

uditkarode/libxft-bgra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you're an Arch linux user, you can just installlibxft-bgra-git
from the AUR. If you use any other distro (void in my case), followthe instructions below (first install libXft from your distro's
repositories):

git clone https://github.com/uditkarode/libxft-bgracd libxft-bgrash autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/mansudo make install

libXft - X FreeType library (rest of the readme stuff)

libXft is the client side font rendering library, using libfreetype,libX11, and the X Render extension to display anti-aliased text.

Xft version 2.1 was the first stand alone release of Xft, a library thatconnects X applications with the FreeType font rasterization library. Xftuses fontconfig to locate fonts so it has no configuration files.

Before building Xft you will need to have installed:

All questions regarding this software should be directed at theXorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The master development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libXft

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

To release a version of this library:

  1. Update the version number in configure.ac
  2. Fix the NEWS file
    Change version number
    Set the date
    add highlights
  3. Commit those changes
  4. rebuild the configuration files with autogen.sh
    sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
  5. Follow the steps listed inhttps://www.x.org/wiki/Development/Documentation/ReleaseHOWTO/

Keith Packard
keithp@keithp.com

About

A patched version of libxft that allows for colored emojis to be rendered in Suckless software (dmenu/st/whatever).

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp