class HarfBuzz::OtNameEntryT

Overview

Structure representing a name ID in a particular language.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/ot_name_entry_t.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibHarfBuzz::OtNameEntryT, transfer : GICrystal::Transfer) #

[View source]
def self.new(name_id : UInt32 | Nil = nil, var : HarfBuzz::VarIntT | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def language : HarfBuzz::LanguageT | Nil #

[View source]
def language! #

[View source]
def name_id : UInt32 #

[View source]
def name_id=(value : UInt32) #

[View source]
def to_unsafe #

[View source]
def var : HarfBuzz::VarIntT #

[View source]
def var=(value : HarfBuzz::VarIntT) #

[View source]