# lv_font_private.h (/api/font/lv_font_private_h)



<RelatedHeaders name="lv_font.h" isPrivate="true" />

<ApiSummary functions="1" />

Functions [#functions]

<ApiMember kind="function" name="lv_font_glyph_dsc_compare" file="font/lv_font_private.h" line="30" url="https://github.com/lvgl/lvgl/tree/a7b95c5b0839ce901c09c205610bc2c77cc3345d/src/font/lv_font_private.h#L30">
  lv_font_glyph_dsc_compare [#lv_font_glyph_dsc_compare]

  ```c title=" " lineNumbers=1
  int32_t lv_font_glyph_dsc_compare(const lv_font_glyph_dsc_t *lhs, const lv_font_glyph_dsc_t *rhs)
  ```

  <span className="sr-only">
    Parameters
  </span>

  | Name  | Type                                                                         |
  | ----- | ---------------------------------------------------------------------------- |
  | `lhs` | <ApiLink name="lv_font_glyph_dsc_t" display="const lv_font_glyph_dsc_t *" /> |
  | `rhs` | <ApiLink name="lv_font_glyph_dsc_t" display="const lv_font_glyph_dsc_t *" /> |
</ApiMember>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lv_font.h&#x22;]" transitiveIncludes="[&#x22;lv_area.h&#x22;, &#x22;lv_assert.h&#x22;, &#x22;lv_color.h&#x22;, &#x22;lv_color_op.h&#x22;, &#x22;lv_conf_internal.h&#x22;, &#x22;lv_conf_kconfig.h&#x22;, &#x22;lv_draw_buf.h&#x22;, &#x22;lv_image_dsc.h&#x22;, &#x22;lv_log.h&#x22;, &#x22;lv_math.h&#x22;, &#x22;lv_mem.h&#x22;, &#x22;lv_palette.h&#x22;, &#x22;lv_string.h&#x22;, &#x22;lv_symbol_def.h&#x22;, &#x22;lv_types.h&#x22;]" />
