enum Pango::Overline

Overview

The Pango::Overline enumeration is used to specify whether text should be overlined, and if so, the type of line.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/pango.cr

Enum Members

None = 0_u32

no overline should be drawn

Single = 1_u32

Draw a single line above the ink extents of the text being underlined.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def none? #

[View source]
def single? #

[View source]