class HarfBuzz::OtNameEntryT
- HarfBuzz::OtNameEntryT
- Reference
- Object
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.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibHarfBuzz::OtNameEntryT, transfer : GICrystal::Transfer)
- .new(name_id : UInt32? = nil, var : HarfBuzz::VarIntT? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #language : HarfBuzz::LanguageT?
- #language!
- #name_id : UInt32
- #name_id=(value : UInt32)
- #to_unsafe
- #var : HarfBuzz::VarIntT
- #var=(value : HarfBuzz::VarIntT)
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.