Questions tagged [pango]

Pango is a C API for Unicode-based text layout and rendering.

Pango allows advanced layout of text using C, C++, Perl, and a number of other languages. It is primarily used with (), although it can be used with other backends, such as Win32 API, Xft, and others.

The website is http://pango.org.

Documentation can be found at https://developer.gnome.org/pango/unstable/.

228 questions
-1
votes
1 answer

docker-compose build error ubuntu mango

Docker-newbie here... I'm tracking down a docker-compose build error for the pango gem. One of the checks shown in the mkmf.log file is: have_package: checking for pango version (>= 1.14.0)... -------------------- no I have pango 3.1.0 installed so…
Harry Whitehouse
  • 41
  • 1
  • 1
  • 6
-1
votes
2 answers

Processing CSS bolder and lighter in Pango

I am using Pango in an application implementing part of the CSS specification and so far I have been stumped by the font-weight: (bolder|lighter) attribute. According to specification, 'bolder' selects the next weight that is assigned to a font…
3Doubloons
  • 2,088
  • 14
  • 26
-4
votes
1 answer

How to subclass Pango::Renderer in C++

I'm trying to subclass the Pango::Renderer to draw text on an osg::Texture2D, but I cannot find a public constructor (except a copy-constructor) in its header file, neither another method to create a Pango::Renderer instance (like a static create…
TheEagle
  • 5,808
  • 3
  • 11
  • 39
1 2 3
15
16