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) #

def self.new(data : LibHarfBuzz::OtNameEntryT, transfer : GICrystal::Transfer) #

def self.new(name_id : UInt32? = nil, var : HarfBuzz::VarIntT? = nil) #

Instance Method Detail

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

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


def language : HarfBuzz::LanguageT? #

def language! #

def name_id : UInt32 #

def name_id=(value : UInt32) #

def to_unsafe #

def var : HarfBuzz::VarIntT #

def var=(value : HarfBuzz::VarIntT) #