enum Gtk::FontRendering

Overview

Values for the [property@Gtk.Settings:gtk-font-rendering] setting that influence how GTK renders fonts.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/gtk.cr

Enum Members

Automatic = 0_u32

Set up font rendering automatically, taking factors like screen resolution and scale into account

Manual = 1_u32

Follow low-level font-related settings when configuring font rendering

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.


Instance Method Detail

def automatic? #

def manual? #