LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::ResourceDialogRegular::font_t Struct Reference

This structure represents additional font information that might be embedded at the end of the DLGTEMPLATE stream. More...

#include <ResourceDialogRegular.hpp>

Public Member Functions

bool is_defined () const
 operator bool () const
std::string to_string () const

Public Attributes

uint16_t point_size = 0
std::u16string name

Detailed Description

This structure represents additional font information that might be embedded at the end of the DLGTEMPLATE stream.

Member Function Documentation

◆ is_defined()

bool LIEF::PE::ResourceDialogRegular::font_t::is_defined ( ) const
inline

References point_size.

Referenced by operator bool().

◆ operator bool()

LIEF::PE::ResourceDialogRegular::font_t::operator bool ( ) const
inline

References is_defined().

◆ to_string()

std::string LIEF::PE::ResourceDialogRegular::font_t::to_string ( ) const

Member Data Documentation

◆ name

std::u16string LIEF::PE::ResourceDialogRegular::font_t::name

◆ point_size

uint16_t LIEF::PE::ResourceDialogRegular::font_t::point_size = 0

Referenced by is_defined().


The documentation for this struct was generated from the following file: